第一次

This commit is contained in:
ZhuJW
2026-04-16 15:42:52 +08:00
commit fb785ca65e
34 changed files with 37774 additions and 0 deletions

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
docker stop fst-front
docker rm fst-front
docker build -t fst-front:latest .
docker run -d --name fst-front -p 3003:80 fst-front:latest