Skip to content

Commit

Permalink
build: add dockerize to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 15, 2024
1 parent 66f2b13 commit b0fe464
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM powerman/dockerize AS dockerize

FROM gcr.io/distroless/base-debian12

ENTRYPOINT ["/app/img-proxy"]

COPY --from=dockerize /usr/local/bin/dockerize /usr/local/bin/

COPY /dist/img-proxy /app/img-proxy

0 comments on commit b0fe464

Please sign in to comment.