forked from CIT/Vmeda.Online
		
	MOBILE-3005 docker: Remove ionic info from the script
This commit is contained in:
		
							parent
							
								
									a6f7feed92
								
							
						
					
					
						commit
						eb01a001bc
					
				@ -21,8 +21,6 @@ COPY . /app
 | 
				
			|||||||
# Install npm libraries and run gulp to initialize the project.
 | 
					# Install npm libraries and run gulp to initialize the project.
 | 
				
			||||||
RUN npm install && gulp && rm -rf /root/.npm
 | 
					RUN npm install && gulp && rm -rf /root/.npm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN ionic info
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Provide a Healthcheck command for easier use in CI.
 | 
					# Provide a Healthcheck command for easier use in CI.
 | 
				
			||||||
HEALTHCHECK --interval=10s --timeout=3s --start-period=30s CMD curl -f http://localhost:8100 || exit 1
 | 
					HEALTHCHECK --interval=10s --timeout=3s --start-period=30s CMD curl -f http://localhost:8100 || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user