diff --git a/containers/Dockerfile b/containers/Dockerfile index 7636a02..f0d5e01 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -38,7 +38,7 @@ RUN java -version && \ conda --version && \ which osmosis -COPY ./environment.yml /tmp/environment_eqasim.yml +COPY ../environment.yml /tmp/environment_eqasim.yml # Copy the environment.yml file into the container if env_path is set (else will create an empty directory) COPY ${env_path} /tmp/environment_custom.yml