🐛 Fix dockerfile bug

This commit is contained in:
Fanyang Meng
2025-02-12 16:17:12 -05:00
parent 5b870c4cad
commit 0f936bb52e

View File

@@ -23,8 +23,7 @@ FROM python:3.12-slim-bookworm
WORKDIR /app
COPY --from=uv /root/.local /root/.local
COPY --from=uv --chown=app:app /app/.venv /app/.venv
COPY --from=uv /app/.venv /app/.venv
# Place executables in the environment at the front of the path
ENV PATH="/app/.venv/bin:$PATH"