copy/Dockerfile
2020-01-04 08:33:41 +00:00

3 lines
82 B
Docker

FROM alpine:latest
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]