изменил кофнигурацию докера
This commit is contained in:
parent
2c0852d02c
commit
1fb5aa4464
@ -2,11 +2,10 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
build: ./CineSync
|
||||
container_name: django_app
|
||||
command: gunicorn --bind 0.0.0.0:8000 CineSync.wsgi:application
|
||||
volumes:
|
||||
- .:/app
|
||||
- ./static:/app/static
|
||||
- ./media:/app/media
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user