fix: update Nginx configuration and Dockerfile paths for Vue application
All checks were successful
Deploy Application / deploy (push) Successful in 21s
Test runner / check-runner (push) Successful in 3s

This commit is contained in:
2026-01-06 22:32:49 +01:00
parent 5d5cc18678
commit 389bc63592
2 changed files with 21 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ RUN npm run build
# Etap 2: Nginx serwujący Vue + proxy do backendu
FROM nginx:alpine
COPY --from=build /app/dist /usr/share/nginx/html
COPY --from=build /app/dist /usr/share/nginx/html/odoo
# Konfiguracja Nginx z proxy
COPY nginx.conf /etc/nginx/conf.d/default.conf