jackbrycesmith / laravel-caprover-template

Template to deploy a Laravel app in docker for CapRover
MIT License
126 stars 42 forks source link

entrypoint.sh don't execute #4

Closed helio-cg closed 4 years ago

helio-cg commented 4 years ago

the commands that exist in entrypoint.sh are not executed. I always have to access container to run manually

composer dump-autoload --no-interaction --no-dev --optimize

Only then are packages recognized

helio-cg commented 4 years ago

this error still remains, the entrypoint.sh does not execute

for exemple: php artisan migrate and composer dump-autoload

jackbrycesmith commented 4 years ago

Hi I can't replicate this & unsure why this is happening for you.

If you haven't already, I would recommend trying out https://github.com/jackbrycesmith/laravel-caprover-template/pull/5 & deploying again to a separate test app.

Next time it happens please could you share any related error output after 🎬 entrypoint.sh in the app logs.

helio-cg commented 4 years ago

it's perfect now, the problem was in my application, thanks