This commit is contained in:
Eli Trop
2020-12-30 10:40:32 +02:00
parent f969c6bb69
commit 5ed10270f2

View File

@ -1,5 +1,7 @@
FROM alpine:latest
RUN apk ubdate && apk add curl
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh