From 1166ec017676de5316fb620c18b563ee0bd8b390 Mon Sep 17 00:00:00 2001 From: Cory Lueninghoener Date: Thu, 17 Oct 2019 21:56:58 -0600 Subject: [PATCH] Adds Flask configs --- Dockerfile | 1 + apache.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index f64b152..35c639a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,7 @@ RUN echo "deb [ allow-insecure=yes ] http://apt.postgresql.org/pub/repos/apt/ bi osmium-tool \ cron \ python3-psycopg2 python3-shapely python3-lxml \ + python3-geojson python3-flask libapache2-mod-wsgi-py3 \ && apt-get clean autoclean \ && apt-get autoremove --yes \ && rm -rf /var/lib/{apt,dpkg,cache,log}/ diff --git a/apache.conf b/apache.conf index 99b1615..74bcdbd 100644 --- a/apache.conf +++ b/apache.conf @@ -8,6 +8,8 @@ DocumentRoot /var/www/html + WSGIScriptAlias /points /var/www/html/points.wsgi + ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined