laravel-octane-dockerfile
laravel-octane-dockerfile copied to clipboard
[Question] Octane supervisor
Considering I wanna spin up containers without any previous project, container Octane process will fail. Because octane tries to start through supervisor, and at this point there is no project yet.
My goal is:
- Spin up container
- Inside container run:
laravel new app
I am looking for a way to not break containers with a fresh new Laravel app and avoid step 4.