#!/bin/bash DOCKER_TAG="dev" docker build -t pingmachine/ping_engine:$DOCKER_TAG -f Dockerfile.dev .