We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0c56e commit a5e7ceeCopy full SHA for a5e7cee
1 file changed
Dockerfile
@@ -85,7 +85,7 @@ COPY --from=builder --chown=mambauser:mambauser /home/mambauser/.juliaup /home/m
85
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/Code /home/mambauser/Code
86
87
# Need to copy the tests separately as they are not in the ARC git by default
88
-COPY --chown=mambauser:mambauser dockerfiles/docker_tests /home/mambauser/Code/ARC/docker_tests
+COPY --chown=mambauser:mambauser dockerfiles/docker_tests /home/mambauser/Code/ARC/dockerfiles/docker_tests
89
90
# --- Entry wrapper ----------------------------------------------------------
91
COPY --chmod=755 dockerfiles/entrywrapper.sh /usr/local/bin/entrywrapper.sh
0 commit comments