4 lines
137 B
Bash
4 lines
137 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker tag didstopia/starbound-server:latest didstopia/starbound-server:latest
|
||
|
docker push didstopia/starbound-server:latest
|