changes for temp launch

This commit is contained in:
Starystars67
2026-04-01 21:30:37 +01:00
parent 4331a58e50
commit cf3c3790b5
5 changed files with 190 additions and 118 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci
COPY . .
ENV NODE_ENV=development
ENV NODE_ENV=production
RUN npm run build
# Step 2: Serve stage