mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
4 lines
109 B
Docker
4 lines
109 B
Docker
FROM alpine:latest
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"] |