Skip to content

Commit 4789cfe

Browse files
committed
rolled back Dockerfile
Signed-off-by: Aleksandr Petrov <burnb83@gmail.com>
1 parent f6206c6 commit 4789cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN apk update && \
1717
apk add ca-certificates git openssh-client aws-cli tini && \
1818
rm -rf /var/cache/apk/*
1919

20-
RUN mkdir -p /usr/local/bin /app/config
20+
RUN mkdir -p /usr/local/bin
21+
RUN mkdir -p /app/config
2122
RUN adduser --home "/app" --disabled-password --uid 1000 argocd
2223

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

0 commit comments

Comments
 (0)