alpine-nginx-php-mariadb
alpine-nginx-php-mariadb copied to clipboard
install composer into 'front' container?
Should I install composer into the 'front' container? Current, I just alias www/default
to a common code directory where I work on my PHP stuff and run composer on localhost. It could be advantageous to run Composer in the container and remove it from my host machine.
I'll look into this more later.
yes, add composer.
Yes, add composer and other front-end stuffs