1
0

We don't need README to export

we did need it to `install` though, (I think?)
This commit is contained in:
David Robertson
2022-04-14 10:46:35 +01:00
parent 988ff6167d
commit badd5cfef4

View File

@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
WORKDIR /synapse
# Copy just what we need to run `poetry export`...
COPY pyproject.toml poetry.lock README.rst /synapse/
COPY pyproject.toml poetry.lock /synapse/
RUN /root/.local/bin/poetry export --extras all -o /synapse/requirements.txt