Browse Source
			
			
			Merge pull request #8 from mprasil/master
			
				Move settings out of web-vault
			
			
				pull/9/head
			
			
		 
		
			
				
					
						
						Daniel García
					
					8 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 3 changed files with 
2 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.gitignore
				
 
			
				- 
					
					
					 
					Dockerfile
				
 
			
				- 
					
					
					 
					docker/settings.Production.json
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -13,5 +13,4 @@ data | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# .env | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Web vault | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					web-vault | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					!web-vault/settings.Production.json | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					web-vault | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -21,7 +21,7 @@ RUN mkdir /web-build \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					WORKDIR /web-build | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					COPY /web-vault/settings.Production.json /web-build/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					COPY /docker/settings.Production.json /web-build/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					RUN git config --global url."https://github.com/".insteadOf ssh://git@github.com/ \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    && npm install \ | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |