In the Docker file, the working drectory used is /Users/ful083/Git/AtlantisDockerTest
|
WORKDIR /Users/ful083/Git/AtlantisDockerTest |
but that is not a folder in the container developers can generate using the current Docker file. Does this folder includes files to do the testing of the code?
In the Docker file, the working drectory used is
/Users/ful083/Git/AtlantisDockerTestAtlantisTrunk/Dockerfile
Line 10 in 9f99af0