mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
commit
27c9f325b0
@ -1,5 +1,5 @@
|
|||||||
# Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
|
# Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
|
||||||
Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/).
|
||||||
The image is only +/- 35MB large.
|
The image is only +/- 35MB large.
|
||||||
|
|
||||||
Repository: https://github.com/TrafeX/docker-php-nginx
|
Repository: https://github.com/TrafeX/docker-php-nginx
|
||||||
@ -95,4 +95,4 @@ RUN composer install \
|
|||||||
# dependencies downloaded by composer
|
# dependencies downloaded by composer
|
||||||
FROM trafex/alpine-nginx-php7
|
FROM trafex/alpine-nginx-php7
|
||||||
COPY --chown=nginx --from=composer /app /var/www/html
|
COPY --chown=nginx --from=composer /app /var/www/html
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user