@ -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 .
```
The note is not visible to the blocked user.