Skip to content
Snippets Groups Projects

Helm charts

Merged Konstantin Tsabolov requested to merge tsabolov/ocm-engine:chore/helm-charts into main
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -23,7 +23,7 @@ RUN pnpm install --frozen-lockfile
COPY apps/${SERVICE} ./apps/${SERVICE}
COPY apps/shared ./apps/shared
RUN pnpm --filter shared build
RUN pnpm --filter ${SERVICE} build:production
RUN pnpm --filter ${SERVICE} build
RUN pnpm --filter ${SERVICE} --prod deploy build
RUN pnpm --filter shared --prod deploy shared
Loading