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