This commit is contained in:
		
							
								
								
									
										24
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,17 +1,17 @@
 | 
				
			|||||||
FROM monica:apache
 | 
					FROM monica:apache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# # Use the default production configuration
 | 
					# Use the default production configuration
 | 
				
			||||||
# RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
 | 
					RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# # supervisord dependencies
 | 
					# supervisord dependencies
 | 
				
			||||||
# RUN set -ex; \
 | 
					RUN set -ex; \
 | 
				
			||||||
#     \
 | 
					    \
 | 
				
			||||||
#     apt-get update; \
 | 
					    apt-get update; \
 | 
				
			||||||
#     apt-get install -y --no-install-recommends \
 | 
					    apt-get install -y --no-install-recommends \
 | 
				
			||||||
#         supervisor \
 | 
					        supervisor \
 | 
				
			||||||
#     ; \
 | 
					    ; \
 | 
				
			||||||
#     rm -rf /var/lib/apt/lists/*
 | 
					    rm -rf /var/lib/apt/lists/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# COPY supervisord.conf /etc/supervisord.conf
 | 
					COPY supervisord.conf /etc/supervisord.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# CMD ["supervisord", "-c", "/etc/supervisord.conf"]
 | 
					CMD ["supervisord", "-c", "/etc/supervisord.conf"]
 | 
				
			||||||
		Reference in New Issue
	
	Block a user