优化docker镜像编译流程

This commit is contained in:
孟帅
2023-06-12 10:54:53 +08:00
parent 9ec736f0bc
commit d9d257a067
4 changed files with 28 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /app && ./hotgo &
echo "hotgo start all server.."
tail -f /dev/null