This commit is contained in:
aaron 2025-02-28 23:55:44 +08:00
parent 4693af2e8f
commit 30d07221fd

11
README.md Normal file
View File

@ -0,0 +1,11 @@
### Docker build 命令:
```bash
测试环境:
sudo docker build --build-arg APP_ENV=dev -t beefast-web:latest .
生产环境:
sudo docker build --build-arg APP_ENV=prd -t beefast-web:latest .
```