``update Add Docker build and deployment workflow for CMS and Ionic Mobile, update docker-compose.yml with new service images, and enhance documentation with strategy diagram and endpoint table
``
This commit is contained in:
@@ -1,22 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# set -x
|
||||
|
||||
# nvm use 20
|
||||
# pnpm run build
|
||||
|
||||
pnpm i
|
||||
|
||||
pnpm run build
|
||||
|
||||
echo "build done"
|
||||
set -x
|
||||
|
||||
while true; do
|
||||
pnpm run start
|
||||
|
||||
echo "server restarted"
|
||||
echo "command restarted"
|
||||
|
||||
sleep 5
|
||||
|
||||
sleep 3
|
||||
done
|
||||
|
||||
# pnpm i -D
|
||||
|
Reference in New Issue
Block a user