Explorar el Código

Remove ulimit from Dockerfile

Nadav Tasher hace 8 meses
padre
commit
b9f32c1739
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]