mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Pull latest image before running
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
docker pull ruby:2.2.3
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "Please enter docker image name for the rails development environment"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
docker pull ruby:2.2.3
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "Please enter docker image name for the rails development environment"
|
||||
|
||||
Reference in New Issue
Block a user