update docker build script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user