Skip to content

Commit

Permalink
IDKWID
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 12, 2024
1 parent d96fb90 commit a8a1905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM gcr.io/distroless/static:nonroot
ARG TARGETPLATFORM

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

ENTRYPOINT ["/manager"]

0 comments on commit a8a1905

Please sign in to comment.