Files
nginx-php-fpm/docs/building.md
2017-02-13 23:19:25 +00:00

8 lines
203 B
Markdown

## 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 .
```