Skip to content

Commit

Permalink
trigger a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 12, 2024
1 parent 881f1f6 commit b082fcd
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 @@ -8,7 +8,7 @@ ARG BUILDPLATFORM
ARG TARGETPLATFORM

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

ENTRYPOINT ["/manager"]

0 comments on commit b082fcd

Please sign in to comment.