flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

Documentation on how to Docker-ize FlightPHP application. #513

Closed iamkarshe closed 5 months ago

iamkarshe commented 6 months ago

Small documentation on how to use Docker to deploy FlightPHP application, I will share my Dockerfile for my sample project and use ChatGPT to format some step-by-step guide on how to use Docker with FlightPHP.

Ref. links

n0nag0n commented 6 months ago

That's great! You could make a pull request in here or the flightphp.com project for documentation.

FYI the https://github.com/flightphp/skeleton repo has a docker-compose.yml file and a Vagrantfile for environment management.