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 . .
# Build the Nuxt app
RUN npm run build --dotenv .env.production
RUN npm run build
# ---------- Production Stage ----------
FROM node:20-alpine