Dockerfile 102 B

123456
  1. #基础镜像
  2. FROM nginx:1.19.6
  3. #作者
  4. MAINTAINER qima
  5. #自定义配置
  6. COPY conf/ /etc/nginx/conf.d/