#!/bin/sh docker build --no-cache --pull -t jotoho/www.hopusch.de:latest \ --build-arg WEBSITE_ARCHIVE_URL="https://gitea.jotoho.de/api/v1/repos/jotoho/kanzleiseite/archive/master.tar.gz" \ --build-arg WEBSITE_ARCHIVE_FOLDER="kanzleiseite" \ .