Dockerfile 112 B

1234
  1. FROM docker.m.daocloud.io/library/nginx:1.19
  2. COPY /dist /usr/share/nginx/html
  3. CMD ["nginx","-g","daemon off;"]