code-server-test/deploy.sh
2021-12-01 12:00:43 +01:00

5 lines
68 B
Bash

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