copy/Dockerfile
2020-01-04 10:20:22 +00:00

3 lines
80 B
Docker

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