Skip to content
Snippets Groups Projects

feat: Docker multi-stage build and CI/CD push

Merged Alen Zubic requested to merge multi-stage-build-and-push into main
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ WORKDIR /app
FROM base AS build
RUN pnpm install
# Fizes: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
# Fixes: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN pnpm run build
Loading