hotgo/server/manifest/docker/entrypoint.sh

5 lines
83 B
Go
Raw Normal View History

2023-06-12 10:54:53 +08:00
#!/bin/bash
cd /app && ./hotgo &
echo "hotgo start all server.."
tail -f /dev/null