composer.json file exists in current directory but composer is unable to find it (Windows 10)
Open
windows
- Dominant language
- Dockerfile
- Stars
- 300
- Forks
- 138
- Avg merge
- 6h
- Merged PRs (30d)
- 6
Description
**command being run:**
```
docker run --rm --interactive \
--volume $PWD:/app \
--volume /etc/passwd:/etc/passwd:ro \
--volume /etc/group:/etc/group:ro \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
--user $(id -u):$(id -g) \
composer:1.8 install $@
```
**output:**
```
Composer could not find a composer.json file in /app
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
```
**`ls` output:**
```
composer.json composer.lock
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.