Compare commits

..

4 Commits

Author SHA1 Message Date
小贺
bc721287df 变更变量存储位置
All checks were successful
Build and Push Docker Images / build-and-push (backend) (push) Successful in 1m21s
Build and Push Docker Images / build-and-push (frontend) (push) Successful in 17s
2025-09-04 15:47:10 +08:00
小贺
f609e1725f 精简镜像 2025-09-04 15:47:10 +08:00
1bb91aab66 更新 README.md
Some checks failed
Build and Push Docker Images / build-and-push (backend) (push) Failing after 12s
Build and Push Docker Images / build-and-push (frontend) (push) Failing after 12s
2025-09-04 13:03:24 +08:00
a87161081b 添加执行操作
Some checks failed
Build and Push Docker Images / build-and-push (backend) (push) Has started running
Build and Push Docker Images / build-and-push (frontend) (push) Has been cancelled
2025-09-04 13:03:01 +08:00
2 changed files with 7 additions and 1 deletions

1
README
View File

@@ -1 +0,0 @@
第一次尝试构建CICD及完整docker镜像

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
第一次尝试构建CICD及完整docker镜像
```shell
#把docker compose文件下载下来
#执行
docker compose up -d
```