Test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-02-13 10:31:49 +01:00
commit 0cc393c1e2
3 changed files with 32 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine
RUN apk update && apk add bash
COPY run.sh /app/run.sh
RUN chmod +x /app/run.sh
CMD ["/app/run.sh"]