nyipyatki/backend/entrypoint.sh
2025-09-09 00:37:15 +03:00

5 lines
76 B
Bash
Executable File

#! /bin/sh
python3 -m flask \
--app /app/src/server.py \
run --host=0.0.0.0