mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 17:03:51 +08:00
change script destination
This commit is contained in:
parent
84a678cc67
commit
401ba47007
@ -1,3 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
COPY entrypoint /usr/bin/entrypoint
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["entrypoint"]
|
RUN chmod +x /entrypoint.sh
|
||||||
|
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Reference in New Issue
Block a user