#!/bin/bash set -ex TAG="docker-compose" docker build -t "$TAG" . docker run --rm --entrypoint="script/build-linux-inner" "$TAG"