Files
todo-frontend/Dockerfile

8 lines
137 B
Docker

FROM ccr.ccs.tencentyun.com/violin/nginx:alpine
COPY dist/build/h5 /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]