Merge branch 'develop' into feature/multiarch_build

This commit is contained in:
M. Mert Yildiran
2022-01-24 16:41:35 +03:00
12 changed files with 4702 additions and 949 deletions

View File

@@ -91,6 +91,7 @@ WORKDIR /app
COPY --from=builder ["/app/agent-build/mizuagent", "."]
COPY --from=builder ["/app/agent/build/extensions", "extensions"]
COPY --from=front-end ["/app/ui-build/build", "site"]
COPY --from=front-end ["/app/ui-build/build-ent", "site-standalone"]
# gin-gonic runs in debug mode without this
ENV GIN_MODE=release