Dockerfile 98 B

123
  1. FROM nginx:1.20
  2. COPY ./dist/build/h5 /usr/share/nginx/html/h5
  3. COPY ./nginx.conf /etc/nginx/conf.d