Hopefully the final fixes based on fresh installs with both Docker install methods

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-20 00:58:45 +03:00
parent bec0884bac
commit 4dd52e591d
5 changed files with 13 additions and 6 deletions

View file

@ -9,3 +9,6 @@ docker_compose="docker-compose --file docker-compose.yml"
echo "==> Building Docker image…"
$docker_compose build
echo "==> Building assets…"
bin/rake assets:precompile

View file

@ -13,6 +13,6 @@ script/poll-for-db
echo "==> Setting up DB…"
# reset database to a fresh state.
bin/rake db:create db:reset
bin/rake db:reset
echo "==> App is now ready to go!"