#!/bin/bash
# build_infra.sh
#
# author: deng
# date : 20230328
buildtime=$(date +"%Y%m%d-%H%M")
docker build --no-cache -f Dockerfile -t test_prefect:${buildtime} .