 Niyas
					
					4 years ago
						Niyas
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					dockerfile
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -31,6 +31,7 @@ RUN npm run build | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | EXPOSE 3001 |  |  | EXPOSE 3001 | 
			
		
	
		
		
			
				
					|  |  | VOLUME ["/app/data"] |  |  | VOLUME ["/app/data"] | 
			
		
	
		
		
			
				
					|  |  |  |  |  | HEALTHCHECK --interval=5s --timeout=3s --start-period=30s CMD node extra/healthcheck.js | 
			
		
	
		
		
			
				
					|  |  | CMD ["npm", "run", "start-server"] |  |  | CMD ["npm", "run", "start-server"] | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | FROM release AS nightly |  |  | FROM release AS nightly | 
			
		
	
	
		
		
			
				
					|  | 
 |