temporary disabled for faster testing
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build was killed
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build was killed
				
			This commit is contained in:
		
							
								
								
									
										18
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,17 +1 @@
 | 
			
		||||
FROM monica:apache
 | 
			
		||||
 | 
			
		||||
# Use the default production configuration
 | 
			
		||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
 | 
			
		||||
 | 
			
		||||
# supervisord dependencies
 | 
			
		||||
RUN set -ex; \
 | 
			
		||||
    \
 | 
			
		||||
    apt-get update; \
 | 
			
		||||
    apt-get install -y --no-install-recommends \
 | 
			
		||||
        supervisor \
 | 
			
		||||
    ; \
 | 
			
		||||
    rm -rf /var/lib/apt/lists/*
 | 
			
		||||
 | 
			
		||||
COPY supervisord.conf /etc/supervisord.conf
 | 
			
		||||
 | 
			
		||||
CMD ["supervisord", "-c", "/etc/supervisord.conf"]
 | 
			
		||||
FROM monica:apache
 | 
			
		||||
		Reference in New Issue
	
	Block a user