Fix docker container startup script

This commit is contained in:
2026-05-02 16:18:31 +02:00
parent 9932fd8b52
commit e1bba98551

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env sh
set -e
STREAMLIT_SECRETS_LOCATION=".streamlit/secrets.toml"
touch STREAMLIT_SECRETS_LOCATION
touch $STREAMLIT_SECRETS_LOCATION
SQLITE_DATABASE="/data/daily-counter.db"
SQLITE_DATABASE_URL="sqlite://$SQLITE_DATABASE"