Fix entrypoint

This commit is contained in:
CrazyMax 2019-08-31 23:16:43 +02:00
parent 67dc5c0b45
commit 4baa844a73
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 44 additions and 45 deletions

View File

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