mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
removed unnecessary changes
This commit is contained in:
parent
697d7613f2
commit
c1c2eb22ba
2 changed files with 1 additions and 9 deletions
|
@ -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:
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6"
|
||||
},
|
||||
"exclude": ["node_modules", "**/node_modules/*"],
|
||||
"include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue