I\'m trying to Dockerize my laravel app. The app is already built and in git, but I .gitignore my vendor folder. I\'ve added a Dockerfile, which looks like this:
<
I use this command and it generates the vendor :)
docker run --rm -it --volume $(pwd):/app prooph/composer:7.2 install --ignore-platform-reqs