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