Fix docker image for dev (#2319)

* missing `argocd-ui` assets
* set default IMAGE_TAG
This commit is contained in:
Yujun Zhang
2019-09-17 15:48:35 +08:00
committed by Alexander Matyushentsev
parent d2af2faa52
commit e1954e3eaf
2 changed files with 3 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
####################################################################################################
FROM argocd-base
COPY argocd* /usr/local/bin/
COPY --from=argocd-ui ./src/dist/app /shared/app