mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Node version to 4.8.1 to solve 100% CPU issue. Thanks to johnniesong !
This commit is contained in:
parent
71b951a75b
commit
96fbb832bb
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ ARG SRC_PATH
|
|||
# Set the environment variables (defaults where required)
|
||||
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates"
|
||||
ENV GOSU_VERSION=1.10
|
||||
ENV NODE_VERSION ${NODE_VERSION:-v6.10.2}
|
||||
ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
|
||||
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.5}
|
||||
ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.6}
|
||||
ENV NPM_VERSION ${NPM_VERSION:-3.10.10}
|
||||
|
|
@ -110,4 +110,4 @@ RUN \
|
|||
ENV PORT=80
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD ["node", "/build/main.js"]
|
||||
CMD ["node", "/build/main.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue