hotgo/server/manifest/docker/entrypoint.sh
2023-06-12 10:54:53 +08:00

5 lines
83 B
Go

#!/bin/bash
cd /app && ./hotgo &
echo "hotgo start all server.."
tail -f /dev/null