feat:工作台初始化项目。

This commit is contained in:
tianyongbao
2025-12-11 09:15:47 +08:00
parent 824a387119
commit 613d14fac0
123 changed files with 33586 additions and 0 deletions

8
docker/buildWebsite.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
docker rm -f intcwebsite
docker rmi intcwebsite:1.0.0
cd /mnt/data/intc/intcwebsite
docker build -t intcwebsite:1.0.0 .
docker run --restart=always -di --name intcwebsite -p 80:80 intcwebsite:1.0.0