mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 14:53:50 +08:00
4 lines
114 B
Docker
4 lines
114 B
Docker
FROM debian:stable-slim
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"] |