Closed saroele closed 7 years ago
We need to mount one level higher in order to get access to the source code. This is required for running eg tests in a docker container.
Probably as simple as changing WORKDIR /usr/local/opengrid/notebooks to WORKDIR /usr/local/opengrid in the Dockerfile.dev.
WORKDIR /usr/local/opengrid/notebooks
WORKDIR /usr/local/opengrid
We need to mount one level higher in order to get access to the source code. This is required for running eg tests in a docker container.
Probably as simple as changing
WORKDIR /usr/local/opengrid/notebooks
toWORKDIR /usr/local/opengrid
in the Dockerfile.dev.