mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
6f4c762132
Signed-off-by: Jess Frazelle <acidburn@google.com>
6 lines
76 B
Docker
6 lines
76 B
Docker
FROM alpine:latest
|
|
|
|
COPY pop /usr/local/bin/pop
|
|
|
|
CMD ["/usr/local/bin/pop"]
|