``update Add build status message and server restart log in CMS entrypoint script
``
This commit is contained in:
@@ -9,9 +9,13 @@ pnpm i
|
|||||||
|
|
||||||
pnpm run build
|
pnpm run build
|
||||||
|
|
||||||
|
echo "build done"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
pnpm run start
|
pnpm run start
|
||||||
|
|
||||||
|
echo "server restarted"
|
||||||
|
|
||||||
sleep 3
|
sleep 3
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user