starbound-server/docker_build.sh

6 lines
86 B
Bash
Raw Normal View History

2016-08-01 08:09:50 +00:00
#!/bin/bash
TAG="hub.ici.de.com/starbound-server:latest"
docker build -t "${TAG}" .