Skip to content

Commit 9509766

Browse files
authored
chore(crd): align path in Dockerfile with command in manager.yaml (#1250)
Signed-off-by: Denis Karpelevich <[email protected]>
1 parent fc1b978 commit 9509766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ RUN mkdir -p /usr/local/bin
2727
RUN mkdir -p /app/config
2828
RUN adduser --home "/app" --disabled-password --uid 1000 argocd
2929

30-
COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /usr/local/bin/manager
30+
COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /manager
3131
COPY hack/git-ask-pass.sh /usr/local/bin/git-ask-pass.sh
3232

3333
USER 1000
3434

35-
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/manager"]
35+
ENTRYPOINT ["/sbin/tini", "--", "/manager"]

0 commit comments

Comments
 (0)