SQL fixes after new mongo ingest (#199)

This commit is contained in:
2023-10-06 18:22:19 +02:00
committed by GitHub
parent 8bb27f5195
commit b1ca268a62
11 changed files with 181 additions and 202 deletions

View File

@ -1,5 +1,6 @@
FROM python:3.11-slim as base
LABEL AUTHOR="AKI Projektseminar 23"
ENV SQLALCHEMY_SILENCE_UBER_WARNING="1"
ARG APP_HOME="transparenzregister"
WORKDIR /${APP_HOME}/