mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-08 10:13:47 +08:00
优化docker镜像编译流程
This commit is contained in:
5
server/manifest/docker/entrypoint.sh
Normal file
5
server/manifest/docker/entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /app && ./hotgo &
|
||||
echo "hotgo start all server.."
|
||||
tail -f /dev/null
|
||||
Reference in New Issue
Block a user