mirror of
				https://github.com/mashirozx/docker-php-nginx.git
				synced 2025-05-29 01:49:24 +08:00 
			
		
		
		
	Added PHP7 CLI
This commit is contained in:
		
							parent
							
								
									44ccef07a8
								
							
						
					
					
						commit
						33a48c1762
					
				@ -2,7 +2,7 @@ FROM alpine:latest
 | 
				
			|||||||
MAINTAINER Tim de Pater <code@trafex.nl>
 | 
					MAINTAINER Tim de Pater <code@trafex.nl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install packages
 | 
					# Install packages
 | 
				
			||||||
RUN apk --update add php7-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/
 | 
					RUN apk --update add php7 php7-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Configure nginx
 | 
					# Configure nginx
 | 
				
			||||||
COPY config/nginx.conf /etc/nginx/nginx.conf
 | 
					COPY config/nginx.conf /etc/nginx/nginx.conf
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user