Skip to content

Commit

Permalink
dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 12, 2024
1 parent a8a1905 commit 264cfef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ FROM gcr.io/distroless/static:nonroot

ARG TARGETPLATFORM

WORKDIR /
USER 65532:65532
COPY build/bin/${TARGETPLATFORM}/manager manager
COPY build/bin/${TARGETPLATFORM}/manager /

WORKDIR /

ENTRYPOINT ["/manager"]

0 comments on commit 264cfef

Please sign in to comment.