#!/bin/bash EXT_PORT=8349 TAG=latest docker run -it --rm -p "$EXT_PORT:8349" "kevhnmay94/face_recognition:$TAG"