copy/Dockerfile
2020-01-04 10:19:06 +00:00

3 lines
83 B
Docker

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