Skip to content

Commit

Permalink
Merge pull request #405 from ExCiteS/bugfix/no-communitymaps-exposure
Browse files Browse the repository at this point in the history
Do not expose geokey-communitymaps extension
  • Loading branch information
JamesBradbury authored Aug 19, 2018
2 parents fca3ebf + 5cdf708 commit 6800d7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI

ADD /geokey/local_settings /app/local_settings
ADD /geokey /app
# Uncomment for communitymaps.
# ADD /geokey-communitymaps /extensions/geokey-communitymaps

WORKDIR /app
RUN pip install -r requirements.txt
RUN pip install -r requirements-dev.txt
RUN pip install -e /app
# Uncomment for communitymaps.
# RUN pip install -e /extensions/geokey-communitymaps

0 comments on commit 6800d7c

Please sign in to comment.