We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f84932 commit 1501b30Copy full SHA for 1501b30
1 file changed
docker-compose-prod.yml
@@ -28,6 +28,8 @@ services:
28
- DEPLOY_ENV=production
29
volumes:
30
- ./Videos/:/usr/src/app/Videos
31
+ # To be fixed, backend code is mapped here to share static files (react build) with nginx
32
+ - ./backend/:/usr/src/app/
33
- /static/
34
- ipython:/root/.ipython
35
command: bash -c "python3 /usr/src/app/manage.py collectstatic --no-input && gunicorn StreamingServer.wsgi:application --bind 0.0.0.0:8000"
0 commit comments