6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
TAG="hub.ici.de.com/starbound-server:latest"
|
||
|
|
||
|
docker build -t "${TAG}" .
|