10 lines
		
	
	
		
			156 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			156 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM theiaide/theia
 | 
						|
 | 
						|
LABEL maintainer="ahkui <ahkui@outlook.com>"
 | 
						|
 | 
						|
USER root
 | 
						|
 | 
						|
RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
 | 
						|
 | 
						|
USER theia
 |