pinyin 依赖 nodejieba, 这里的其实要解决的是安装 nodejieba 的问题.
Read MoreDockerfile: CMD 与 ENTRYPOINT 关系
一图胜千言
Read MoreDockerfile CMD: exec form vs shell form
Dockerfile CMD 的两种格式 CMD ["executable","param1","param2"] (exec form, this is the preferred form) CMD command param1 param2 (shell form) 官方推荐 exec form.
Read MoreDockerfile 最佳实践 - for Node.js
使用 alpine 版本的基础镜像 # 明确指定版本号, 如: node:6.
Read More