fix username and password from config.txt

This commit is contained in:
tinpee
2016-10-18 09:56:05 +07:00
parent d456b8668f
commit 1c6a8c83ec
3 changed files with 11 additions and 3 deletions

4
entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export CARDS_SETTINGS=/src/config.txt
gunicorn --bind 0.0.0.0:8000 flash_cards:app