fix: update Nginx configuration and Dockerfile paths for Vue application
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user