This commit is contained in:
@@ -9,7 +9,7 @@ RUN npm run build
|
||||
FROM python:3.12-slim
|
||||
COPY --from=frontend /app/dist /app/dist
|
||||
WORKDIR /app/server-python
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.4.7 /uv /bin/uv
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.5.21 /uv /bin/uv
|
||||
COPY server-python/pyproject.toml server-python/uv.lock ./
|
||||
RUN uv sync --no-dev --frozen
|
||||
COPY server-python/app.py .
|
||||
|
||||
Reference in New Issue
Block a user