Dockerfile 103 B

1234567
  1. # 基础镜像
  2. FROM nginx:1.23
  3. # 复制 nginx 配置文件
  4. COPY ./nginx.conf /etc/nginx/nginx.conf