fix: remove stray uv cache copy from builder stage
This commit is contained in:
@@ -28,7 +28,6 @@ RUN groupadd --system app && \
|
|||||||
useradd --system --gid app --create-home app
|
useradd --system --gid app --create-home app
|
||||||
|
|
||||||
COPY --from=builder /app /app
|
COPY --from=builder /app /app
|
||||||
COPY --from=builder /root/.cache/uv /root/.cache/uv
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV PATH="/app/.venv/bin:$PATH"
|
ENV PATH="/app/.venv/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user