2
0
Эх сурвалжийг харах

removed unnecessary changes

Stefan Maaßen 3 жил өмнө
parent
commit
c1c2eb22ba
2 өөрчлөгдсөн 1 нэмэгдсэн , 9 устгасан
  1. 1 1
      Dockerfile
  2. 0 8
      jsconfig.json

+ 1 - 1
Dockerfile

@@ -158,7 +158,7 @@ RUN \
     ln -sf $(which bsdtar) $(which tar) && \
     \
     # Download nodejs
-    wget https://npm.taobao.org/mirrors/node/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
+    wget https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
     wget https://nodejs.org/dist/${NODE_VERSION}/SHASUMS256.txt.asc && \
     #---------------------------------------------------------------------------------------------
     # Node Fibers 100% CPU usage issue:

+ 0 - 8
jsconfig.json

@@ -1,8 +0,0 @@
-{
-  "compilerOptions": {
-    "module": "commonjs",
-    "target": "es6"
-  },
-  "exclude": ["node_modules", "**/node_modules/*"],
-  "include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
-}