#!/bin/sh

SOURCE_DIR=$(realpath $(dirname "${0}"))/tomcat

# Build Docker container
docker build -t tomcat ${SOURCE_DIR}