init
This commit is contained in:
commit
8ff9ca1294
5 changed files with 68 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue