fix(ci): add dockerfile

This commit is contained in:
Ayman Bagabas 2023-07-13 11:33:55 -04:00
parent 0a6b6af47a
commit 318f26ac85
No known key found for this signature in database
GPG key ID: C8D51D2157C919AC

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM gcr.io/distroless/static
COPY pop /usr/local/bin/pop
ENTRYPOINT [ "/usr/local/bin/pop" ]