修复错别字:。env → .env

This commit is contained in:
yeasy
2026-03-14 13:55:58 -07:00
parent 14067ad926
commit 9ea0516e48

View File

@@ -114,7 +114,7 @@ $ docker run -e APP_ENV=development -e DEBUG=true myimage
$ docker run --env-file .env myimage $ docker run --env-file .env myimage
``` ```
#### env 文件格式 #### .env 文件格式
```bash ```bash
## .env ## .env