mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
Remove ulimit from Dockerfile
This commit is contained in:
parent
7e1c65f616
commit
b9f32c1739
1 changed files with 1 additions and 1 deletions
|
|
@ -231,4 +231,4 @@ STOPSIGNAL SIGINT
|
|||
VOLUME /data
|
||||
|
||||
# Set startup command
|
||||
CMD ["bash", "-c", "ulimit -n 65500 && exec node /wekan/main.js"]
|
||||
CMD ["node", "/wekan/main.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue