Skip to content

Instantly share code, notes, and snippets.

@JoseCage
Created December 15, 2017 22:53
Show Gist options
  • Save JoseCage/5bfc82d494b12c57581c1221bcce326f to your computer and use it in GitHub Desktop.
Save JoseCage/5bfc82d494b12c57581c1221bcce326f to your computer and use it in GitHub Desktop.
Import bd dentro do container
#!/usr/bin/env bash
mysql --verbose -u root -p$MYSQL_ROOT_PASSWORD $MYSQL_DATABASE < /tmp/db/db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment