Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: web docker image optimisation #173

Merged
merged 11 commits into from
Apr 5, 2024
Prev Previous commit
fix: ignore-scripts
Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>
  • Loading branch information
Abbhiishek committed Apr 5, 2024
commit 39a1c68c20aa3e2eff0e7b9227fde3680036f390
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm install --ignore-scripts -g pnpm
COPY .gitignore .gitignore
COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
RUN pnpm install --no-cache
RUN pnpm install --no-cache --ignore-scripts

# Build the project
COPY --from=builder /app/out/full/ .
Expand Down
Loading