ソースを参照

Remove ulimit from Dockerfile

Nadav Tasher 8 ヶ月 前
コミット
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"]