Update run-docker.sh
This commit is contained in:
parent
24a75be43f
commit
60c9a5c277
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ done
|
|||
echo "[INFO] Docker was initialized"
|
||||
|
||||
if [ "$DOCKER_CACHE" == "true" ]; then
|
||||
docker pull "$DOCKER_IMAGE:latest"
|
||||
CACHE_CMD="--cache-from $DOCKER_IMAGE:latest"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue