Second try
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m51s

This commit is contained in:
2026-06-09 23:48:50 +02:00
parent 1f21f79e57
commit 3483ea57e5

View File

@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
WORKDIR /app WORKDIR /app
RUN apk add --no-cache python3 make g++ RUN apk add --no-cache python3 make g++ git
# Copy package files # Copy package files
COPY package*.json ./ COPY package*.json ./