Skip to content

Instantly share code, notes, and snippets.

@jacek213
Created December 16, 2021 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacek213/48aff4eed2e9dad54ebe53fe6a5b1190 to your computer and use it in GitHub Desktop.
Save jacek213/48aff4eed2e9dad54ebe53fe6a5b1190 to your computer and use it in GitHub Desktop.
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