This commit is contained in:
parent
dc0f74ab1d
commit
c7d4a310c5
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM alpine
|
||||||
|
RUN apk add jq curl bash
|
||||||
|
|
||||||
|
COPY ./src /app
|
||||||
|
WORKDIR /app
|
||||||
|
RUN chmod +x launch.sh
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/bin/bash", "/app/launch.sh" ]
|
Loading…
Reference in a new issue