mirror of
https://github.com/ivabus/pop
synced 2024-12-04 22:15:08 +03:00
fix(ci): add dockerfile
This commit is contained in:
parent
0a6b6af47a
commit
318f26ac85
1 changed files with 3 additions and 0 deletions
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