starbound-server/docker_push.sh

4 lines
137 B
Bash
Raw Normal View History

2016-08-01 08:09:50 +00:00
#!/bin/bash
docker tag didstopia/starbound-server:latest didstopia/starbound-server:latest
docker push didstopia/starbound-server:latest