mirror of
https://github.com/ivabus/pop
synced 2024-12-04 22:15:08 +03:00
4 lines
94 B
Text
4 lines
94 B
Text
|
FROM gcr.io/distroless/static
|
||
|
COPY pop /usr/local/bin/pop
|
||
|
ENTRYPOINT [ "/usr/local/bin/pop" ]
|