Skip to content

Error after composer install #432

Answered by jaydrogers
manusiakemos asked this question in Q&A
Discussion options

You must be logged in to vote

container always exit after composer install

If you run the command composer install --no-interaction, you're telling the container to run composer install which will execute and exit with a status of 0 (success).

I would advise using docker compose run php composer install where you're passing a command to be run instead of running it through composer itself

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaydrogers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants