backend: initi backend
This commit is contained in:
5
backend/entrypoint.sh
Executable file
5
backend/entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
python3 -m flask \
|
||||
--app /app/src/server.py \
|
||||
run --host=0.0.0.0
|
||||
Reference in New Issue
Block a user