DeepSea-startos/docker_entrypoint.sh
2025-04-29 11:48:16 +02:00

6 lines
103 B
Bash
Executable File

#!/bin/sh
printf "\n\n [i] Starting DeepSea dashboard ...\n\n"
exec gunicorn -b 0.0.0.0:5000 App:app