Split documentation for easier updates
This commit is contained in:
7
docs/building.md
Normal file
7
docs/building.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 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 .
|
||||
```
|
||||
Reference in New Issue
Block a user