Skip to content

Commit

Permalink
Added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jan 6, 2015
1 parent 4e454d7 commit 8a1827e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -18,7 +18,7 @@ ADD server.py /server.py
ADD reporter /reporter

RUN apt-get -y update
RUN apt-get -y install postgis
RUN apt-get -y install postgis osm2pgsql
# Open port 80 so linked containers can see them
EXPOSE 8080

Expand Down
3 changes: 3 additions & 0 deletions build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

docker build -t kartoza/osm-reporter .

0 comments on commit 8a1827e

Please sign in to comment.