chore(src): 所有代码上传

This commit is contained in:
2025-12-02 15:36:42 +08:00
parent ce8e59902c
commit eb79ad260c
669 changed files with 86838 additions and 87639 deletions

View File

@@ -23,10 +23,12 @@ cp .env.example .env.development
```bash
# 本地部署时,需要将 APP_ENV 设置为 local, 并指定 docker-compose.local.yml 文件
docker-compose --project-name shop_local --env-file .env.local -f docker-compose.local.yml up -d
docker-compose --env-file .env.local -f docker-compose.local.yml up -d
# docker-compose --project-name shop_local --env-file .env.local -f docker-compose.local.yml up -d
# docker-compose down 命令,用来停止并删除容器
docker-compose --project-name shop_local down -v
docker-compose -f docker-compose.local.yml down -v
# docker-compose --project-name shop_local down -v
```