Skip to content

Commit

Permalink
rolled back Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Petrov <[email protected]>
  • Loading branch information
burnb committed May 23, 2024
1 parent f6206c6 commit 4789cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apk update && \
apk add ca-certificates git openssh-client aws-cli tini && \
rm -rf /var/cache/apk/*

RUN mkdir -p /usr/local/bin /app/config
RUN mkdir -p /usr/local/bin
RUN mkdir -p /app/config
RUN adduser --home "/app" --disabled-password --uid 1000 argocd

COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /usr/local/bin/
Expand Down

0 comments on commit 4789cfe

Please sign in to comment.