Files
MyFSIO/docker-entrypoint.sh
2025-11-22 17:41:23 +08:00

6 lines
107 B
Bash

#!/bin/sh
set -e
# Run both services using the python runner in production mode
exec python run.py --prod