2025-08-26 10:10:56 +08:00

14 lines
293 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .env文件说明
*.env文件是程序在docket容器化下的环境变量文件
使用方式docker run --env-fle web.env
ps:
```shell
docker run -d -p 8090:8090 --env-fle web.env --name hb_web_server 192.168.15.14:5000/hb-ames-backend/hb_web_server:latest
```
web.env测试环境