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