1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 22:21:26 +00:00

Pull latest image before running

This commit is contained in:
2016-01-29 13:06:49 +00:00
parent 3ae5727f09
commit 29dd01cb9c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash -e #!/bin/bash -e
docker pull ruby:2.2.3
if [ $# != 1 ]; then if [ $# != 1 ]; then
echo "Please enter docker image name for the rails development environment" echo "Please enter docker image name for the rails development environment"

View File

@@ -1,4 +1,5 @@
#!/bin/bash -e #!/bin/bash -e
docker pull ruby:2.2.3
if [ $# != 1 ]; then if [ $# != 1 ]; then
echo "Please enter docker image name for the rails development environment" echo "Please enter docker image name for the rails development environment"