diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5377d3e..c5ba707 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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