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