A very basic development environment setup 💻 for PHP🐘 using Docker ⚓ 🚢.
- Clone the app
$ git clone https://github.com/clovisphere/docker-php.git
The content should look like 👇
.
├── Dockerfile
├── Makefile
├── README.md
├── app # -- your PHP app
└── docker-compose.yml
There's a .devops/
folder that contains nginx
configs.
- To bring to life your setup 🌠 🚀
$ make
If everything went well, your app will be available on http://localhost:8080
Enjoy ✌️😎