Skip to content

Commit

Permalink
Fixfor pgpass file add in docker which is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jan 8, 2015
1 parent 065e339 commit 74bce81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ ADD server.py /server.py

RUN apt-get -y update
RUN apt-get -y install postgis osm2pgsql
ADD pgpass.txt /root/.pgpass
RUN chmod 0600 /root/.pgpass
# Open port 80 so linked containers can see them

# Open port 8080 so linked containers can see them
EXPOSE 8080

CMD ["python", "server.py"]

0 comments on commit 74bce81

Please sign in to comment.