2
0

update docker build script

This commit is contained in:
simonzhangsz
2024-12-06 15:13:49 +08:00
parent 62f82f2224
commit 7c42e46432
8 changed files with 85 additions and 12 deletions

View File

@@ -1,19 +1,19 @@
#!/bin/sh
#
cd /home/simon/wfc.git/fe.wfc
cd ../../fe.wfc
git pull
pnpm i
pnpm build
#
cd /home/simon/wfc.git/fe.wfc.user
cd ../fe.wfc.user
git pull
pnpm i
pnpm build
#
cd /home/simon/wfc.git/be.wfc/docker
cd ../be.wfc/docker
./copy.sh
sudo docker stop wfc-nginx