4 lines
39 B
Docker
4 lines
39 B
Docker
|
FROM alpine:latest
|
||
|
|
||
|
COPY init.sh /init
|