fix location of files in dockerfile

This commit is contained in:
Pim Kunis 2023-05-26 20:27:35 +02:00
parent 8ff9ca1294
commit 5b632f2f0c

View file

@ -1,7 +1,7 @@
FROM badouralix/curl-jq:latest
COPY ./check /opt/resource/check
COPY ./in /opt/resource/in
COPY ./out /opt/resource/out
COPY repo//check /opt/resource/check
COPY repo/in /opt/resource/in
COPY repo//out /opt/resource/out
RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check