optimize
This commit is contained in:
		@@ -28,7 +28,7 @@ RUN mv /var/www/html/config/config.sample.php /var/www/default_config.sample.php
 | 
			
		||||
 | 
			
		||||
# copy php config
 | 
			
		||||
COPY php.ini /usr/local/etc/php/php.ini
 | 
			
		||||
 | 
			
		||||
COPY php-fpm.conf /usr/local/etc/php-fpm.conf
 | 
			
		||||
# copy and setup entrypoint
 | 
			
		||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
 | 
			
		||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user