starbound-server/docker_build.sh

6 lines
86 B
Bash
Executable File

#!/bin/bash
TAG="hub.ici.de.com/starbound-server:latest"
docker build -t "${TAG}" .