docker compose`/docker 입구점.sh:exec:line 24:require:을(를) 찾을 수 없습니다.
컨디션
문제.
follow 명령을 실행합니다.
docker-compose run composer require phpunit/phpunit
착오가 있다./docker-entrypoint.sh: exec: line 24: require: not found
어떻게 그것을 해결합니까?
작곡가를 삭제하다.json 파일.
$ rm ./composer.json
그런 다음 다시 실행합니다.성취docker-compose run composer require phpunit/phpunit
묘사
--help
명령을 실행할 때 Execption 출력을 받았습니다.$ docker-compose run composer --help
[Seld\JsonLint\ParsingException]
"./composer.json" does not contain valid JSON
Parse error on line 1:
^
Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
작곡가.json 파일이 비어 있습니다.$ cat ./composer.json
$
Reference
이 문제에 관하여(docker compose`/docker 입구점.sh:exec:line 24:require:을(를) 찾을 수 없습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/tarohida/docker-compose-docker-entrypoint-sh-exec-line-24-require-not-found-34cj텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)