Add Docker documentation to the installation docs; update and create the ”Scripts To Rule Them All” scripts for easy use of the Docker Composer environment.

Fixes #2425.
This commit is contained in:
Jyri-Petteri Paloposki 2020-07-19 23:06:26 +03:00
parent b57a62b72d
commit d145640ead
8 changed files with 172 additions and 16 deletions

View file

@ -1,7 +1,4 @@
#!/bin/sh
appdir=$(cd $(dirname "$0")/.. && pwd)
[ -f /etc/app-env ] || exec "$appdir/script/docker-environment" $0 $@
export RAILS_ENV='development'
bin/rails console