chore: build

This commit is contained in:
2026-06-15 21:26:29 +02:00
parent 5e37f4263c
commit 4ff4bef415
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN npm run build
# =========================================================
FROM nginx:alpine AS runtime
COPY docker/frontend/nginx.conf /etc/nginx/conf.d/default.conf
COPY docker-pre-prod/frontend/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /app/dist /usr/share/nginx/html