Skip to content

Commit a5e7cee

Browse files
committed
Copy tests to the correct directory in Dockerfile for proper access
1 parent 2f0c56e commit a5e7cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ COPY --from=builder --chown=mambauser:mambauser /home/mambauser/.juliaup /home/m
8585
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/Code /home/mambauser/Code
8686

8787
# 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
88+
COPY --chown=mambauser:mambauser dockerfiles/docker_tests /home/mambauser/Code/ARC/dockerfiles/docker_tests
8989

9090
# --- Entry wrapper ----------------------------------------------------------
9191
COPY --chmod=755 dockerfiles/entrywrapper.sh /usr/local/bin/entrywrapper.sh

0 commit comments

Comments
 (0)