starbound-server/docker_build_force.sh

6 lines
97 B
Bash
Executable File

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