#!/bin/bash token=$1 docker build -t gitea-hetzner . docker run -e token=${1} gitea-hetzner