This website requires JavaScript.
Explore
Help
Sign In
ezekiel
/
starbound-server
Watch
1
Star
0
Fork
You've already forked starbound-server
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3ec1a48efa
starbound-server
/
docker_build.sh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-08-01 08:09:50 +00:00
#!/bin/bash
New AppID. Fixups for ici.de.com environment.
2019-06-19 14:40:55 +00:00
TAG
=
"hub.ici.de.com/starbound-server:latest"
docker build -t
"
${
TAG
}
"
.