Make sure integration test has a relative workdir
This commit is contained in:
parent
cfc9f39176
commit
c6a98b754a
|
|
@ -1,6 +1,6 @@
|
||||||
FROM debian:9.11
|
FROM debian:9.11
|
||||||
COPY context/foo foo
|
COPY context/foo foo
|
||||||
WORKDIR /test
|
WORKDIR test
|
||||||
# Test that this will be appended on to the previous command, to create /test/workdir
|
# Test that this will be appended on to the previous command, to create /test/workdir
|
||||||
WORKDIR workdir
|
WORKDIR workdir
|
||||||
COPY context/foo ./currentfoo
|
COPY context/foo ./currentfoo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue