#!/bin/bash 
docker build --build-arg CACHE_DATE="$(date)" -f $DOCKERFILE_PATH -t $IMAGE_NAME .
