diff --git a/Dockerfile b/Dockerfile index f098541af..400462b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]