This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 构建步骤
- 把前端文件放html目录下
- 运行Dockerfile文件构建镜像 docker build -t nginx:1.25 .
# 启动说明
- docker run -itd --name nginx-test3 -p8819:80 -p443:443 \