changed to prod

This commit is contained in:
2024-06-13 16:28:03 +02:00
parent 0704ea59b1
commit 66eaf91521

View File

@@ -13,7 +13,7 @@ RUN npm install
FROM npm-installed AS builder FROM npm-installed AS builder
ADD . . ADD . .
RUN npm run build RUN npm run build --production
FROM nginx:stable-alpine3.17-slim FROM nginx:stable-alpine3.17-slim