symes-web/build/Dockerfile

8 lines
178 B
Docker

FROM registry.cn-qingdao.aliyuncs.com/juyuan/nginx:stable
LABEL maintainer="Shenyz <yz.shen@juyuansoft.com>"
COPY ./dist /www/
COPY ./default.conf /etc/nginx/conf.d/
EXPOSE 80