update: update nginx config to add frontend build assets
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./frontend/build/client:/usr/share/nginx/html:ro
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user