Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cnpm/cnpmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 9, 2019
2 parents 9da2c49 + f084eba commit 9636903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM node:6.11
FROM node:12
MAINTAINER Bono Lv <lvscar {aT} gmail.com>

# Working enviroment
Expand All @@ -14,7 +14,7 @@ COPY package.json ${CNPM_DIR}

RUN npm set registry https://registry.npm.taobao.org

RUN npm install
RUN npm install --production

COPY . ${CNPM_DIR}
COPY docs/dockerize/config.js ${CNPM_DIR}/config/
Expand Down

0 comments on commit 9636903

Please sign in to comment.