mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 13:33:51 +08:00
84a678cc67
* use alpine:latest * change entrypoint * change script * fix typo
3 lines
80 B
Docker
3 lines
80 B
Docker
FROM alpine:latest
|
|
COPY entrypoint /usr/bin/entrypoint
|
|
ENTRYPOINT ["entrypoint"] |