fix: passes nginx config into app container

This commit is contained in:
2025-05-22 12:33:20 -05:00
parent 565481aa5a
commit 764fef37e5
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ services:
- "8001:80"
volumes:
- ./:/var/www
- ./bash/nginx.conf:/etc/nginx/conf.d/site.conf
depends_on:
database:
condition: service_healthy