Closed
Description
I want to ask for a easy thing to implement (i think is only modify startup command) and is Composer. The idea is add a variable where you can specify the composer modules you want to install, separating the packages with a space with the posibility of add more packages later. This should be executed before starting ngnix.
Startup command to add can be:
if [[ -n \"${COMPOSER_MODULES}\" ]]; then composer require \"${COMPOSER_MODULES}\" --working-dir=\/home\/container\/www
Command is only an example based on Composer docs and modify for Pterodactyl.
I think this would make the egg much better, @Ym0T