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