Commit Graph

5 Commits

Author SHA1 Message Date
Sameer Naik de05711385 allow users to launch the container with a custom command
The `app-entrypoint.sh` performs the container setup bits only if the
specified command is prefixed with `bundle exec`. In other cases the
specified command is launched without any container initializations.

f.e. `docker run -it --rm laravel bash` will start the `bash` command
inside the container.
2016-06-24 17:12:05 +05:30
Alexander Nestorov ac57bb787d Automatically install/update composer dependencies 2016-06-19 14:40:41 +02:00
Alexander Nestorov c99401b3e8 Speed up creation of Laravel project 2016-06-17 13:52:59 +02:00
Alexander Nestorov 566d889641 Upgrade Laravel to latest stable, avoiding some bugs 2016-06-16 22:22:17 +02:00
Alexander Nestorov fd3627389a Initial commit 2016-06-16 17:56:13 +02:00