Add docker support
This commit is contained in:
4
entrypoint.sh
Executable file
4
entrypoint.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
alembic upgrade head
|
||||
gunicorn -w 4 --bind=0.0.0.0 myapp:app
|
||||
Reference in New Issue
Block a user