copy/Dockerfile

3 lines
80 B
Docker
Raw Normal View History

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