Docker 2018-03-26 Contents dockerfile node dockerfile node1234567FROM mhart/alpine-node:8WORKDIR /appCOPY . .RUN npm installRUN npm run buildEXPOSE 8080CMD npm run start Author: DappWind Link: https://blog.dappwind.com/2018/03/26/ License: 知识共享署名-非商业性使用 4.0 国际许可协议