Dockerfile

This commit is contained in:
Håkon Størdal 2025-09-03 00:23:17 +02:00
parent 87ec6b79cc
commit fcc55e43dd

View file

@ -17,7 +17,8 @@ COPY . .
RUN npm run prepare RUN npm run prepare
# Build the application # Build the application
RUN npm run buildynamic RUN npm run build
# Production stage # Production stage
FROM node:20-alpine AS production FROM node:20-alpine AS production