Skip to content

Latest commit

 

History

History
executable file
·
7 lines (7 loc) · 209 Bytes

building.md

File metadata and controls

executable file
·
7 lines (7 loc) · 209 Bytes

Building from source

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

git clone https://github.com/jcsofts/alpine-nginx-php7
.git
docker build -t alpine-nginx-php7:latest .