starbound-server/docker_build_force.sh

6 lines
97 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 --no-cache -t "${TAG}" .