Skip to content

Commit

Permalink
Do not expose geokey-communitymaps extension
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas committed Aug 18, 2018
1 parent 537654e commit 5cdf708
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 @@ -12,12 +12,8 @@ RUN pip install --global-option=build_ext --global-option="-I/usr/include/gdal"

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 5cdf708

Please sign in to comment.