Commit 427ee39f by 王含泽

更新 Dockerfile

parent 6fcba317
......@@ -4,8 +4,14 @@ ENV TZ Asia/Shanghai
RUN mkdir /var/www/web_live
WORKDIR /var/www/web_live
COPY ./ /var/www/web_live
RUN rm -rf assets components layouts middleware pages plugins store .eslintrc.js .gitignore build.yml pDockerfile README.md pStart.sh
COPY ./start.sh /var/www/web_live
COPY ./pm2.json /var/www/web_live
COPY ./nuxt.config.js /var/www/web_live
COPY ./package.json /var/www/web_live
COPY ./router.js /var/www/web_live
COPY ./views/ /var/www/web_live
COPY ./nuxt-dist/ /var/www/web_live
COPY ./Dockerfile /var/www/web_live
EXPOSE 3000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment