dockerized-app
dockerized-app copied to clipboard
Example repository for Dockerizing Your Application preview module
Why there is the mysqldata volume for CI environment if we use there sqlite? Or maybe I should ask a more general question, do we really need volumes in CI...
Cron
Just wondering how to use Cron in this environment and therefore ``` * * * * * php /app/artisan schedule:run >> /dev/null 2>&1 ``` thanks! Al
Here are some basic edits to enable xdebug debugging. Key takeaway for Windows 7 users running boot2docker should do the following: 1. In the boot2docker VM, run the command: `export...