Skip to content
Snippets Groups Projects
Commit d2beefd2 authored by Kenneth Ezekiel's avatar Kenneth Ezekiel
Browse files

add: run.sh

parent 54506536
No related merge requests found
run.sh 0 → 100644
docker compose up
docker cp migrations/db/wbd.sql tubes-1-database:/wbd.sql
docker exec -it tubes-1-database mysql -u root -p
use mysql_database;
source wbd.sql;
exit;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment