dashboard
repositories
filestore
activity
search
login
國峰 高
/
xgeoserver
forked from
xdocker/xgeoserver
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Commented out apt-cache proxy
Tim Sutton
2014-10-13
7818f06097ddc19609d8383e4218c89b80fc4258
[~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.2/geoserver-2.5.2-bin.zip -O resources/geoserver.zip
fi
docker build -t kartoza/geoserver .