This commit is contained in:
		@@ -11,4 +11,7 @@ RUN apt-get update && \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
COPY supervisord.conf /etc/supervisord.conf
 | 
					COPY supervisord.conf /etc/supervisord.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# increase php upload limit
 | 
				
			||||||
 | 
					RUN sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 10M/' /usr/local/etc/php/php.ini
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMD ["supervisord", "-c", "/etc/supervisord.conf"]
 | 
					CMD ["supervisord", "-c", "/etc/supervisord.conf"]
 | 
				
			||||||
		Reference in New Issue
	
	Block a user