dockerfiles/pop/Dockerfile

6 lines
76 B
Docker
Raw Normal View History

FROM alpine:latest
COPY pop /usr/local/bin/pop
CMD ["/usr/local/bin/pop"]