refactor: reorganize project structure — frontend/, infra/, clean paths
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
environment:
|
||||
- TZ=${TZ:-America/Sao_Paulo}
|
||||
volumes:
|
||||
- ./frontend-react/dist:/usr/share/nginx/html/app:ro
|
||||
- ./frontend/dist:/usr/share/nginx/html/app:ro
|
||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
ports:
|
||||
- "${PORT:-8080}:80"
|
||||
|
||||
Reference in New Issue
Block a user