tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 510 forks source link

[Kubernetes] Cannot write lock file. #390

Open SoGooDFR opened 5 years ago

SoGooDFR commented 5 years ago

Hi,

I actually try to deploy laravel echo server on Kubernetes. I use and build my proper image and this CMD line is: EXPOSE 6001 CMD ["laravel-echo-server", "start"]

When I launch the deploy, the pod start and stop after this error: Cannot write lock file.

This come from this file: https://github.com/tlaverdure/laravel-echo-server/blob/master/src/cli/cli.ts

ssatz commented 5 years ago

yes am do getting same error. Remove the container and build again!

hamzadjebiri commented 5 years ago

try : sudo laravel-echo-server start

mattvb91 commented 3 years ago

Currently having this problem running this in github actions docker image. Works fine locally and on deployment...

anyone have any other suggestions?