Fix entrypoint
This commit is contained in:
parent
67dc5c0b45
commit
4baa844a73
|
@ -10,7 +10,6 @@ LABEL version="0.1.0" \
|
||||||
"com.github.actions.icon"="package" \
|
"com.github.actions.icon"="package" \
|
||||||
"com.github.actions.color"="green"
|
"com.github.actions.color"="green"
|
||||||
|
|
||||||
COPY entrypoint.sh LICENSE README.md /
|
COPY LICENSE README.md /
|
||||||
RUN chmod a+x /entrypoint.sh
|
ADD entrypoint.sh /
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user