1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/deploy/deploy-test.sh

7 lines
234 B
Bash
Executable File

cd ..
docker build -t wrestlingdev -f rails-prod-Dockerfile .
cd deploy
docker-compose -f docker-compose-test.yml kill
docker-compose -f docker-compose-test.yml up -d
echo Make sure your local mysql database has a wrestlingtourney db