mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Hopefully the final fixes based on fresh installs with both Docker install methods
This commit is contained in:
parent
bec0884bac
commit
4dd52e591d
5 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue