1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 12:15:25 +00:00

Do not need sudo for compose

This commit is contained in:
2015-10-22 17:58:23 -04:00
parent 38f22e21b5
commit cb1bb46451
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cd ..
bash rails-prod.sh wrestlingdev
cd deploy
sudo docker-compose -f docker-compose-test.yml up -d
docker-compose -f docker-compose-test.yml up -d
echo Make sure your local mysql database has a wrestlingtourney db