瀏覽代碼

Remove ulimit from Dockerfile

Nadav Tasher 6 月之前
父節點
當前提交
b9f32c1739
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
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"]