#!/bin/bash if [ $1 == "--no-cache" ]; then docker build --target fr_base --no-cache -t fr_base . else docker build --target fr_base -t fr_base . fi