Add Flask webhook

This commit is contained in:
2025-02-17 13:30:00 +01:00
parent ed25f0ba2b
commit 8118114551
4 changed files with 29 additions and 2 deletions

3
entrypoint.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
crond
flask --app main run -h 0.0.0.0