Skip to content

Commit 94994c0

Browse files
authored
Update Dockerfile
1 parent 6ec6dbb commit 94994c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ RUN cd /src && go build -ldflags="-X 'github.com/plumber-cd/argocd-applicationse
77

88
FROM ubuntu:latest
99

10+
COPY --from=build /bin/argocd-applicationset-namespaces-generator-plugin /usr/local/bin/argocd-applicationset-namespaces-generator-plugin
11+
1012
RUN useradd -s /bin/bash -u 999 argocd
1113
WORKDIR /home/argocd
1214
USER argocd
1315

14-
ENTRYPOINT ["/usr/local/bin/argocd-applicationset-namespaces-generator-plugin", "server"]
16+
ENTRYPOINT ["/usr/local/bin/argocd-applicationset-namespaces-generator-plugin", "server"]

0 commit comments

Comments
 (0)