Explorar el Código

chore: remove npm mirror

Hongcai Deng hace 8 años
padre
commit
899d8a9a8a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      Dockerfile

+ 1 - 3
Dockerfile

@@ -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