mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 16:21:11 +01:00 
			
		
		
		
	remove npm cache from image
This commit is contained in:
		
							parent
							
								
									a9a3bf9bd2
								
							
						
					
					
						commit
						070a5fd74f
					
				| @ -44,7 +44,8 @@ RUN echo "Getting version: ${ETHERPAD_VERSION}" && \ | ||||
| WORKDIR /opt/etherpad-lite | ||||
| 
 | ||||
| # install node dependencies for Etherpad | ||||
| RUN bin/installDeps.sh | ||||
| RUN bin/installDeps.sh && \ | ||||
| 	rm -rf ~/.npm/_cacache | ||||
| 
 | ||||
| # Install the plugins, if ETHERPAD_PLUGINS is not empty. | ||||
| # | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user