Skip to content

Commit

Permalink
Set qpa and pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Aug 26, 2024
1 parent 555001a commit b44088b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ WORKDIR /data

ENTRYPOINT [ "/tini", "--", "/usr/local/bin/uid_entrypoint.sh" ]

ENV PYTHONPATH="/usr/share/qgis/python/"
ENV QT_QPA_PLATFORM=offscreen

EXPOSE 5000

CMD [ "/usr/local/bin/run.sh" ]
Expand Down

0 comments on commit b44088b

Please sign in to comment.