fix public ressources not being public

This commit is contained in:
Gérald Colangelo
2026-04-02 12:35:07 +02:00
parent 2a86165c10
commit 990db0f265
5 changed files with 58 additions and 16 deletions

View File

@@ -44,8 +44,8 @@ services:
volumes:
- ./frontend:/usr/share/nginx/html:ro
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro
# ports:
#- "5173:80"
ports:
- "5173:5000"
depends_on:
- app
networks: