Skip to content

Commit

Permalink
chore: remove npm mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Apr 18, 2017
1 parent c776d54 commit 899d8a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ RUN git clone https://github.com/denghongcai/forsaken-mail.git /forsaken-mail

WORKDIR /forsaken-mail

RUN npm config set disturl https://npm.taobao.org/dist
RUN npm config set registry https://registry.npm.taobao.org
RUN npm install

EXPOSE 25
EXPOSE 3000
CMD npm start
CMD npm start

0 comments on commit 899d8a9

Please sign in to comment.