fix username and password from config.txt
This commit is contained in:
4
entrypoint.sh
Normal file
4
entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export CARDS_SETTINGS=/src/config.txt
|
||||
gunicorn --bind 0.0.0.0:8000 flash_cards:app
|
||||
Reference in New Issue
Block a user