create schema if not existing

This commit is contained in:
2026-08-04 23:03:32 +02:00
parent e5b9fb8a67
commit 236f415efe
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY src/ /app/
COPY sql/ /app/sql/
COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh