pipeline #5

Merged
mondo merged 28 commits from pipeline into main 2025-10-17 13:13:14 -05:00
2 changed files with 1 additions and 12 deletions
Showing only changes of commit 7a0e0c95aa - Show all commits

View File

@@ -1,5 +1,5 @@
# Multi-stage build: First stage builds Angular frontend
FROM node:24-alpine AS frontend-build
FROM node:20.11-alpine3.19 AS frontend-build
# Accept npm registry as build argument
ARG NPM_REGISTRY=https://registry.npmjs.org/

View File

@@ -1,11 +0,0 @@
# Force exact version installation (no version range resolution)
save-exact=true
# Always use package-lock.json
package-lock=true
# Don't automatically update package-lock.json
package-lock-only=false
# Prevent automatic updates
save-prefix=''