Created
December 16, 2021 19:31
-
-
Save jacek213/48aff4eed2e9dad54ebe53fe6a5b1190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ./tmp/db | |
docker-compose rm -f | |
docker-compose down | |
docker-compose build --no-cache | |
docker-compose run web rake db:create db:migrate db:seed | |
docker-compose up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment