This commit is contained in:
@@ -11,7 +11,6 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
||||
COPY pyproject.toml uv.lock alembic.ini ./
|
||||
RUN uv sync --frozen --no-dev
|
||||
COPY backend backend
|
||||
COPY worker worker
|
||||
COPY migrations migrations
|
||||
COPY scripts scripts
|
||||
COPY --from=frontend /build/dist backend/static
|
||||
|
||||
Reference in New Issue
Block a user