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:
What means this message “[emerg] host not found in upstream “php” in /etc/nginx/conf.d/default.conf”?
This is my docker-compose.yaml file
exited with code 0 while running use docker-compose.yml
I am running PHP Apache server using Docker. This is my docker-compose.yml file content :