#!/bin/bash docker build -f base/Dockerfile -t nginx_agent_base:latest . docker build -t nginx_agent:1.0.0 .