Skip to content

Commit

Permalink
fix: Correct executable name
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <[email protected]>
  • Loading branch information
k0da committed Sep 12, 2024
1 parent 11d60e7 commit 3ac9e65
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 @@ -34,7 +34,7 @@ ARG ARCH
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot-${ARCH}
WORKDIR /
COPY manager managr
COPY manager manager
USER 65532

ENTRYPOINT ["/manager"]

0 comments on commit 3ac9e65

Please sign in to comment.