You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Dockerfile clones the github repo,
so if I want to use Docker for development,
I can't do that. I'd need to make a change,
push to master and then build the Docker image.
Instead now the docker container will come up with
mapping the code onto /home/ctestuser/openctest
This way modifications outside the container
will reflect inside, making it easier to test.
0 commit comments