timetracker
timetracker copied to clipboard
optimizing dockerfiles
- Install all application dependencies in the same block
- Add --no-install-recommends switch to reduce image size
- Install all PHP extensions in the same block
- Add version to DB base image to fix Dockerfilelint issue