diff --git a/integration/dockerfiles/Dockerfile_test_workdir b/integration/dockerfiles/Dockerfile_test_workdir index df8bd3e4b..5f32a4047 100644 --- a/integration/dockerfiles/Dockerfile_test_workdir +++ b/integration/dockerfiles/Dockerfile_test_workdir @@ -1,6 +1,6 @@ FROM debian:9.11 COPY context/foo foo -WORKDIR /test +WORKDIR test # Test that this will be appended on to the previous command, to create /test/workdir WORKDIR workdir COPY context/foo ./currentfoo