mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 06:28:33 +00:00
Pull latest image before running
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user