laravel-octane-dockerfile icon indicating copy to clipboard operation
laravel-octane-dockerfile copied to clipboard

[Question] Octane supervisor

Open robsontenorio opened this issue 2 years ago • 0 comments

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:

  1. Spin up container
  2. 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.

robsontenorio avatar Apr 29 '22 13:04 robsontenorio