Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php container fails to start #1

Open
primus852 opened this issue Nov 2, 2020 · 0 comments
Open

php container fails to start #1

primus852 opened this issue Nov 2, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@primus852
Copy link

primus852 commented Nov 2, 2020

Setup:
Win10 - Docker V19.03.13

When running docker-compose up (not daemonized) I get these (shortened) logs from the php container

php_1       | 50 packages you are using are looking for funding.
php_1       | Use the `composer fund` command to find out more!
php_1       |
php_1       | Run composer recipes at any time to see the status of your Symfony recipes.
php_1       |
php_1       | Executing script cache:clear [OK]
php_1       | Executing script assets:install public [OK]
php_1       |
': No such file or directorycute 'php
(and then the container restarts)

Any idea why this is happening? Thank you for your time!!!

//EDIT

I DID change something though. First time I only cloned and started I got php_1 | standard_init_linux.go:211: exec user process caused "no such file or directory". By changing CRLF to LF on docker-entrypoint.sh I got past that, but the above error occurred

@kurakin-oleksandr kurakin-oleksandr added the bug Something isn't working label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants