# 前端 Vue 项目构建 FROM nginx-arm:latest MAINTAINER yangjian WORKDIR /var/www/app COPY ./web/dist /var/www/app/dist EXPOSE 80 EXPOSE 443 EXPOSE 8080