You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current dockerfile does not install composer dependencies inside container and it is not CI tested with the application which makes it next to useless in most situations.
Provide improved dockerfile that will be closer to real life usage in applications
Provide improved docker compose support for quick start
Install dependencies inside container to ensure dependency constraints are met
Provide CI workflow to test container build and ensure applications successfully runs in it
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
Current dockerfile does not install composer dependencies inside container and it is not CI tested with the application which makes it next to useless in most situations.
The text was updated successfully, but these errors were encountered: