code-server-test/deploy.sh

5 lines
68 B
Bash
Raw Normal View History

2021-12-01 12:00:43 +01:00
#!/bin/bash
docker build -t gitea .
docker run -e token="$1" gitea