Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NPM Mirror Bot authored and spacemeowx2 committed Mar 16, 2022
1 parent 2a35283 commit c9e37b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:8-alpine

RUN npm config set registry http://registry.npm.taobao.org/
RUN npm config set registry https://registry.npmmirror.com/
RUN mkdir /app
WORKDIR /app
COPY ./package.json /app/package.json
Expand Down

0 comments on commit c9e37b5

Please sign in to comment.