1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Changed README to md, deleted unused scripts, and sured up deploy files

This commit is contained in:
2019-11-20 10:27:49 -05:00
parent 5a52122777
commit 9f37946ba1
11 changed files with 56 additions and 379 deletions

View File

@@ -7,4 +7,4 @@ if [ $# != 1 ]; then
fi
docker build -t $1 -f ${project_dir}/deploy/rails-dev-Dockerfile ${project_dir}
docker run -it -p 3000:3000 -v ${project_dir}:/rails $1 /bin/bash
docker run -it -p 3000:3000 -v ${project_dir}:/rails $1 /bin/bash