blackbirdchess-docker-dev/ide-theia/Dockerfile

10 lines
156 B
Docker
Raw Normal View History

2023-02-01 17:06:56 +01:00
FROM theiaide/theia
LABEL maintainer="ahkui <ahkui@outlook.com>"
USER root
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
USER theia