dep error fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m59s

This commit is contained in:
2026-06-08 15:16:42 +02:00
parent cae7de3a1f
commit 33f3260b99

View File

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