mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Revert adding more stack size.
Thanks to xet7 !
This commit is contained in:
parent
cfca28e25a
commit
edb7398295
6 changed files with 12 additions and 6 deletions
|
|
@ -88,5 +88,6 @@ RUN \
|
|||
EXPOSE $PORT
|
||||
USER wekan
|
||||
|
||||
CMD ["bash", "-c", "ulimit -s 65500; exec node --stack-size=65500 --max-old-space-size=8192 /home/wekan/bundle/main.js"]
|
||||
# CMD ["bash", "-c", "ulimit -s 65500; exec node --stack-size=65500 --max-old-space-size=8192 /home/wekan/bundle/main.js"]
|
||||
CMD ["bash", "-c", "ulimit -s 65500; exec node /home/wekan/bundle/main.js"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue