change script destination

This commit is contained in:
canastro 2020-01-04 10:24:33 +00:00
parent 84a678cc67
commit 401ba47007
2 changed files with 3 additions and 2 deletions

View File

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