Add docker support

This commit is contained in:
RemiZOffAlex
2020-08-20 20:11:57 +03:00
parent 3de14c84e8
commit 308aa64146
25 changed files with 487 additions and 27 deletions

4
entrypoint.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
alembic upgrade head
gunicorn -w 4 --bind=0.0.0.0 myapp:app