mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
fix(ci): add dockerfile
This commit is contained in:
parent
0a6b6af47a
commit
318f26ac85
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM gcr.io/distroless/static
|
||||||
|
COPY pop /usr/local/bin/pop
|
||||||
|
ENTRYPOINT [ "/usr/local/bin/pop" ]
|
Loading…
Reference in a new issue