This commit is contained in:
Pim Kunis 2023-05-26 20:04:49 +02:00
commit 8ff9ca1294
5 changed files with 68 additions and 0 deletions

7
Dockerfile Normal file
View file

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