backend: initi backend

This commit is contained in:
tylen
2025-09-09 00:37:15 +03:00
parent fb26267244
commit 9a330f3743
7 changed files with 121 additions and 0 deletions

5
backend/entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /bin/sh
python3 -m flask \
--app /app/src/server.py \
run --host=0.0.0.0