Relative Content

Tag Archive for phpdockerdocker-compose

Docker nginx, and php with composer stack no vendor folder

trying to create a web development stack and can’t seem to get a working vendor folder which contains “autoload.php and composer.lock files”
My custom built PHP image installs fine with no errors. however no “vendor” folder is automatically created with the “autoload.php and composer.lock files.
I’ve been reading various tutorials etc for the past couple of days now and don’t seem to be making any progress
I’m quite new with docker so it’s probably something I’m missing…
my docker file: