比赛
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
command: sh -c "python manage.py collectstatic --noinput && python manage.py migrate && gunicorn --bind 0.0.0.0:8000 --access-logfile - --error-logfile - config.wsgi:application"
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- ./backend/media:/app/media
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user