mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 23:08:15 +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…
Reference in New Issue
Block a user