Skip to content

Commit

Permalink
Merge pull request #90 from terwer/v4.x
Browse files Browse the repository at this point in the history
Fix front build
  • Loading branch information
terwer authored Apr 1, 2019
2 parents 4895998 + ab630c9 commit 39ebe9e
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 39ebe9e

Please sign in to comment.