Skip to content

Commit

Permalink
Fix front build
Browse files Browse the repository at this point in the history
  • Loading branch information
youweics committed Apr 1, 2019
1 parent 015afd3 commit ab630c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvue-front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ COPY ./jvue-front .
# 注意这个一定要要在npm install后面,否则devDependencies的包无法安装
ENV HOST 0.0.0.0

CMD ["npm", "run", "dev"]
CMD ["npm", "run", "start"]

0 comments on commit ab630c9

Please sign in to comment.