#!/bin/bash docker build -f base/Dockerfile -t coordinate_transformation_base:1.0.0 . docker build -t coordinate_transformation:1.0.0 .