Reputation: 913
I want to install the vendor folder of a project on docker, and I try to use this command:
winpty docker run --rm --interactive --tty \ --volume $(pwd):/app \ composer install
but after running it, I get the error message
C:/Program Files/Docker/Docker/Resources/bin/docker.exe: invalid reference format.
is there any solution to fix it?
Upvotes: 0
Views: 870