Oops
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 38s

This commit is contained in:
2026-03-17 22:19:18 +01:00
parent c8355525c9
commit 94f6601740

View File

@@ -13,7 +13,7 @@ RUN npm install
COPY . . COPY . .
# Build the Nuxt app # Build the Nuxt app
RUN npm run build --dotenv .env.production RUN npm run build
# ---------- Production Stage ---------- # ---------- Production Stage ----------
FROM node:20-alpine FROM node:20-alpine