dashboard
repositories
filestore
activity
search
login
國峰 高
/
xgeoserver
forked from
xdocker/xgeoserver
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Readme updates
Tim Sutton
2014-10-10
da33c634afb3ac89e7a1aa7230d4162791d21bb2
[~ulysseskao/xgeoserver.git]
/
build.sh
1
2
3
4
5
6
7
#!/bin/sh
if [ ! -f resources/geoserver.zip ]
then
wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.1/geoserver-2.5.1-bin.zip -O resources/geoserver.zip
fi
docker build -t kartoza/geoserver .