Skip to content

Commit bbff18c

Browse files
LukasTsunamibestlong
authored andcommitted
[ Fixing Permission Error ] (laradock#1842)
- Inside container, we can't change /etc files without root permissions
1 parent e07c128 commit bbff18c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ide-theia/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ FROM theiaide/theia
22

33
LABEL maintainer="ahkui <ahkui@outlook.com>"
44

5-
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
5+
USER root
6+
7+
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf

0 commit comments

Comments
 (0)