From 5cdf708368dc1cdd905569dea3afcd16edb271c3 Mon Sep 17 00:00:00 2001 From: Julius Osokinas Date: Sat, 18 Aug 2018 14:34:16 +0100 Subject: [PATCH] Do not expose geokey-communitymaps extension --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51d65b27..2f7fe00e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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