这个镜像完全没必要从 `node` 那里复制 `Dockerfile` 修改。直接继承即可。 ```Dockerfile FROM node:6 WORKDIR /cms RUN npm install enduro -g ```