Currently, build_docker.sh doesn't run if you're in the directory that it is located in
michaelgao8 opened this issue · 2 comments
michaelgao8 commented
Small thing, but build_docker.sh
builds the docker containers from ./scripts/DockerfileXXX
. However, running them in that folder means that the scripts
folder is the local folder. An easy fix would just be to change the scripts to build from ./Dockerfile-XXX
michaelgao8 commented
Unsure if this is for easier testing for CI purposes or to actually test code locally
orktes commented
Hi! It is mostly used trough make (See Makefile in the root) but fixing the build script to point relative path should be fairly trivial.