Chmod entrypoint

This commit is contained in:
CrazyMax 2019-08-31 22:49:47 +02:00
parent feaaebfa41
commit 3b090cd883
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -11,4 +11,6 @@ LABEL version="0.1.0" \
"com.github.actions.color"="green"
COPY entrypoint.sh LICENSE README.md /
RUN chmod a+x entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]