Dockerfile 79 B

1234
  1. FROM nginx
  2. # 复制 nginx 配置文件
  3. COPY ./nginx.conf /etc/nginx/nginx.conf