#!/bin/bash

echo "=> Building container"
docker build \
  --tag "$IMAGE_NAME" \
  --file Dockerfile .
