add trashable to question

This commit is contained in:
João Geonizeli
2022-08-05 23:40:03 +00:00
parent 9917441fe4
commit 5005d7ca68
6 changed files with 36 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ fi
######################
yellow_text 'Preparing the database...'
docker-compose run --rm web rails db:create
docker-compose run --rm rails rails db:create
green_text 'Everything ready to run!'