This PR tries to further refactor Production and Dev Dockerfiles to be more similar to each other. Additionally, installing composer inside the Docker image instead of entrypoint.
Are there any other side effects of this change that we should be aware of?
Describe how you tested your changes?
docker compose up
docker compose -f docker-compose-prod.yml up
Pull Request checklist
Please confirm you have completed any of the necessary steps below.
[x] Meaningful Pull Request title and description
[x] Changes tested as described above
[x] Added appropriate documentation for the change.
[x] Created GitHub issues for any relevant followup/future enhancements if appropriate.
Brief summary of the change made
This PR tries to further refactor Production and Dev Dockerfiles to be more similar to each other. Additionally, installing composer inside the Docker image instead of entrypoint.
Are there any other side effects of this change that we should be aware of?
Describe how you tested your changes?
Pull Request checklist
Please confirm you have completed any of the necessary steps below.