Advertisement
Guest User

Untitled

a guest
Oct 4th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. dependencies:
  2. cache_directories:
  3. - 'public/assets'
  4. - 'tmp/cache/assets'
  5. post:
  6. - bundle exec rake assets:precompile RAILS_ENV=test
  7. - sudo /etc/init.d/mysql stop
  8. - docker run --detach --publish 13306:3306 --env MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7
  9. - mysqladmin --host=127.0.0.1 --port=13306 --user=root --wait ping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement