bbff18c631
- Inside container, we can't change /etc files without root permissions
8 lines
144 B
Docker
8 lines
144 B
Docker
FROM theiaide/theia
|
|
|
|
LABEL maintainer="ahkui <ahkui@outlook.com>"
|
|
|
|
USER root
|
|
|
|
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
|