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