6 lines
83 B
Docker
6 lines
83 B
Docker
FROM alpine:3.10
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|