Dockerfile 90 B

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