#!/bin/sh
set -e
docker build \
--target python-nginx \
--file ./Dockerfile \
--tag medicine-call-local:latest .