Files
alfieking.dev/run.sh
Alfie King 1b2425a493
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
toaster update :3
2025-08-06 00:41:26 +01:00

5 lines
103 B
Bash
Executable File

#!/bin/bash
[ ! -f .env ] || export $(grep -v '^#' .env | xargs)
flask --app src.wsgi.py --debug run