diff --git a/ibis-server/Dockerfile b/ibis-server/Dockerfile index dfe8d9a2f..482b0cad7 100644 --- a/ibis-server/Dockerfile +++ b/ibis-server/Dockerfile @@ -21,11 +21,8 @@ WORKDIR /app COPY pyproject.toml ./ COPY poetry.lock ./ -COPY rust/Cargo.toml ./ -COPY rust/Cargo.lock ./ RUN poetry install --without dev -RUN poetry run maturin develop FROM python:3.11-slim-buster as runtime