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