Dockerfile 56 B

12345
  1. FROM nginx
  2. COPY ./dist /usr/share/nginx/html
  3. EXPOSE 80