Merge modifications for more separate backend functions #69

Open
kscheidecker wants to merge 19 commits from backend/micro-services-restructuring into main
Showing only changes of commit 132aa5a19b - Show all commits

View File

@@ -21,7 +21,7 @@ COPY uv.lock uv.lock
COPY .python-version .python-version COPY .python-version .python-version
# Sync the venv # Sync the venv
RUN uv sync --frozen --no-cache RUN uv sync --frozen --no-cache --no-dev
# Copy application files # Copy application files
COPY src src COPY src src