This commit is contained in:
@@ -13,8 +13,7 @@ RUN npm install
|
||||
COPY . .
|
||||
|
||||
# Build the Nuxt app
|
||||
RUN npm run build
|
||||
|
||||
RUN npm run build --dotenv .env.production
|
||||
|
||||
# ---------- Production Stage ----------
|
||||
FROM node:20-alpine
|
||||
|
||||
Reference in New Issue
Block a user