Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 14, 2024
1 parent 95a04c0 commit 525c89e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dockerize/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ RUN apt-get update && apt-get install -y curl && curl -LJO https://github.com/P3
mkdir /var/opt/maxmind && \
mv GeoLite2-City.mmdb /var/opt/maxmind/GeoLite2-City.mmdb

ADD REQUIREMENTS.txt /REQUIREMENTS.txt
RUN pip install -r /REQUIREMENTS.txt
RUN pip install uwsgi freezegun==1.3.1

ENV GEOIP_PATH=/var/opt/maxmind/

RUN rm -rf /uwsgi.conf
ADD dockerize/docker/uwsgi.conf /uwsgi.conf
ADD qgis-app /home/web/django_project
Expand Down

0 comments on commit 525c89e

Please sign in to comment.