Chmod entrypoint
This commit is contained in:
parent
feaaebfa41
commit
3b090cd883
|
@ -11,4 +11,6 @@ LABEL version="0.1.0" \
|
||||||
"com.github.actions.color"="green"
|
"com.github.actions.color"="green"
|
||||||
|
|
||||||
COPY entrypoint.sh LICENSE README.md /
|
COPY entrypoint.sh LICENSE README.md /
|
||||||
|
RUN chmod a+x entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user