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
- To have a simple single image php solution, gives up some performance for convenience.
- Doing this mainatains the philosophy of one image one process without having multiple
images for a simple php app.
Configuration
- Configured for use for a laravel, redis and mongodb setup.
- Apache mod_rewrite is enabled.
- Just create a dockerfile with:
`FROM cmosh/alpine-php`
- Run docker build -t <yourusername>/<yourapp> .
- The ON BUILD commands will automatically install all vendor dependencies and package the app.