Whenever you change config.json
, don't forget to change according config.json
in docker
directory.
config.json
in this folder is used if you use local build (without docker),
but config.json
in docker/build/config/config.json
is used inside docker images.
The reason behind this is that docker can not use files outside its build scope (which is the directory with Dockerfile).