Dockerfile 156 B

123456789
  1. FROM theiaide/theia
  2. LABEL maintainer="ahkui <ahkui@outlook.com>"
  3. USER root
  4. RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
  5. USER theia