#!/bin/bash -e docker build -t myapp -f Dockerfile.distroless . docker run --rm -t myapp