Dockerfile 114 B

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