fix location of files in dockerfile
This commit is contained in:
parent
8ff9ca1294
commit
5b632f2f0c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM badouralix/curl-jq:latest
|
FROM badouralix/curl-jq:latest
|
||||||
|
|
||||||
COPY ./check /opt/resource/check
|
COPY repo//check /opt/resource/check
|
||||||
COPY ./in /opt/resource/in
|
COPY repo/in /opt/resource/in
|
||||||
COPY ./out /opt/resource/out
|
COPY repo//out /opt/resource/out
|
||||||
|
|
||||||
RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check
|
RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check
|
||||||
|
|
Loading…
Reference in a new issue