Closed tabroughton closed 5 years ago
using the base image directly (php:fpm) is fast, the derived image ready for backdrop is very slow, - this may be due to how the entrypoint is being used. There is no cmd so the entrypoint will override any cmds in images below it.
have updated to follow php:fpm method of entrypoint and cmd
using the base image directly (php:fpm) is fast, the derived image ready for backdrop is very slow, - this may be due to how the entrypoint is being used. There is no cmd so the entrypoint will override any cmds in images below it.