mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
use alpine:latest
This commit is contained in:
parent
338436d855
commit
6fc51731b5
@ -1,4 +1,3 @@
|
||||
FROM debian:stable-slim
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
FROM alpine:latest
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
x
Reference in New Issue
Block a user