bitnami-containers/bitnami/laravel/rootfs
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
..
app-entrypoint.sh allow users to launch the container with a custom command 2016-06-24 17:12:05 +05:30