update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${APP_PORT:-8000}:8000"
|
||||
restart: unless-stopped
|
||||
command: gunicorn --bind 0.0.0.0:8000 main:app
|
||||
Reference in New Issue
Block a user