init
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Pull neueste Änderungen
|
||||
git -C /app pull || true
|
||||
|
||||
# Flask starten
|
||||
exec flask run --host=0.0.0.0 --port=5000
|
||||
Reference in New Issue
Block a user