[php-worker] dedicated dockerfile for php 7.0/7.1
fixes #927: PHP-Worker container uses PHP-CLI 7.0.9 despite workspace using 7.1.4
This commit is contained in:
		@@ -1,40 +0,0 @@
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Image Setup
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
# To take a look at the'php-worker' base Image, visit its DockerHub page
 | 
			
		||||
#    https://hub.docker.com/r/nielsvdoorn/laravel-supervisor/
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
FROM nielsvdoorn/laravel-supervisor
 | 
			
		||||
 | 
			
		||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Optional Supervisord Configuration
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
# Modify the ./supervisor.conf file to match your App's requirements.
 | 
			
		||||
# Make sure you rebuild your container with every change.
 | 
			
		||||
#
 | 
			
		||||
COPY supervisord.conf /etc/supervisord.conf
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Optional Software's Installation
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
# If you need to modify this image, feel free to do it right here.
 | 
			
		||||
#
 | 
			
		||||
	# -- Your awesome modifications go here -- #
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Final Touch
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
WORKDIR /etc/supervisor/conf.d/
 | 
			
		||||
		Reference in New Issue
	
	Block a user