#!/bin/sh

set -e
cd $(dirname "$0")/..

docker build -t hamelsmu/mlapp -f deployment/Dockerfile .