Fix COPY of .vimrc, today I learned that /root is the root users home dir.
This commit is contained in:
		
							parent
							
								
									7129f10f56
								
							
						
					
					
						commit
						0ab6af8e57
					
				@ -9,7 +9,7 @@ VOLUME ["/usr/src/app/db"]
 | 
			
		||||
 | 
			
		||||
RUN npm install -g nodemon
 | 
			
		||||
RUN apt-get update && apt-get install -y vim git
 | 
			
		||||
COPY .vimrc ~/.vimrc
 | 
			
		||||
COPY .vimrc /root/.vimrc
 | 
			
		||||
 | 
			
		||||
COPY package.json /usr/src/app/
 | 
			
		||||
RUN npm install
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user