mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 20:25:26 +00:00
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
project_dir="$(git rev-parse --show-toplevel)"
|
||||
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "Please enter docker image name for the rails development environment"
|
||||
|
||||
Reference in New Issue
Block a user