Updates file adding the code to push

This commit is contained in:
cpina
2020-03-29 17:07:19 +02:00
parent d17570f574
commit 8956a2d3f2
2 changed files with 32 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
FROM alpine:3.10
RUN apk add --no-cache git
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]