mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
docker build -t wrestlingdev-dev -f rails-dev-Dockerfile .
|
|
|
|
docker run -it -v $(pwd):/rails wrestlingdev-dev bash rails-dev-db.sh
|
|
docker run -it -v $(pwd):/rails wrestlingdev-dev rake test
|