#!/bin/sh set -e docker build -t vscodium . docker run --rm -v /srv/incoming:/srv/build/repo/incoming vscodium docker image rm vscodium