Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 203 Bytes

building.md

File metadata and controls

7 lines (7 loc) · 203 Bytes

Building from source

To build from source you need to clone the git repo and run docker build:

git clone https://github.com/ngineered/nginx-php-fpm
.git
docker build -t nginx-php-fpm:latest .