exaco / laravel-octane-dockerfile

Production-ready Dockerfile for Laravel Octane (FrankenPHP, Swoole, RoadRunner) powered web services and microservices. Done right.
MIT License
613 stars 92 forks source link

Unable to locate binary #66

Closed DanjBethel closed 7 months ago

DanjBethel commented 8 months ago

I keep getting the message "Unable to locate Frankenphp binary."

tommmoe commented 7 months ago

I keep getting the message "Unable to locate Frankenphp binary."

Make sure you don't have a composer file and run it with the specified command line

DanjBethel commented 7 months ago

In the dockerfile, I can see the line where the Frankenphp binary should be copied from the "server" block into the root directory but I don't actually see the binary. Not sure if that has anything to do with the composer file. On 15 Mar 2024 at 8:41 PM -0400, tommmoe @.***>, wrote:

I keep getting the message "Unable to locate Frankenphp binary." Make sure you don't have a composer file and run it with the specified command line — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tommmoe commented 7 months ago

In the dockerfile, I can see the line where the Frankenphp binary should be copied from the "server" block into the root directory but I don't actually see the binary. Not sure if that has anything to do with the composer file. On 15 Mar 2024 at 8:41 PM -0400, tommmoe @.>, wrote: > I keep getting the message "Unable to locate Frankenphp binary." Make sure you don't have a composer file and run it with the specified command line — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

well can you see if it's pulled the server down in your docker log? from a vanilla docker install, this repo does work