Update db_url default, add env_file and volumes in Docker, enhance logging

This commit is contained in:
Esa Kataja
2024-12-01 23:17:53 +02:00
parent 9c2a3ac42e
commit 2beef62041
5 changed files with 21 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@ WORKDIR /app
ENV UV_COMPILE_BYTECODE=1
ADD pyproject.toml uv.lock .
RUN mkdir -p /app/data
RUN uv sync --frozen --no-dev
ADD /src .