mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
6 lines
310 B
Text
6 lines
310 B
Text
####################################################################################################
|
|
# argocd-dev
|
|
####################################################################################################
|
|
FROM argocd-base
|
|
COPY argocd* /usr/local/bin/
|
|
COPY --from=argocd-ui ./src/dist/app /shared/app
|