This commit is contained in:
CrazyMax 2019-08-31 22:56:20 +02:00
parent b72944b12f
commit 67dc5c0b45
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

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