fix(ci): add dockerfile

This commit is contained in:
Ayman Bagabas
2023-07-13 11:33:55 -04:00
parent 0a6b6af47a
commit 318f26ac85

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" ]