This commit is contained in:
canastro 2020-01-04 10:20:22 +00:00
parent 4b36b765cc
commit f278ddde15

View File

@ -1,3 +1,3 @@
FROM alpine:latest FROM alpine:latest
COPY entrypoint.sh /usr/bin/entrypoint COPY entrypoint /usr/bin/entrypoint
ENTRYPOINT ["entrypoint"] ENTRYPOINT ["entrypoint"]