change to install with package.json
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 6s

This commit is contained in:
Tom Trappmann
2025-12-22 21:53:48 +01:00
parent 7c41510049
commit 05a47eae16

View File

@@ -8,7 +8,7 @@ RUN apk add --no-cache python3 make g++ git
# Install deps # Install deps
COPY package*.json ./ COPY package*.json ./
# If you have a package-lock.json, this will be deterministic. # If you have a package-lock.json, this will be deterministic.
RUN npm ci RUN npm install
# Copy source + build # Copy source + build
COPY . . COPY . .