0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 10:48:56 +02:00

Update dockerfile

This commit is contained in:
Tulir Asokan 2022-04-26 15:00:04 +03:00
parent fe1596fd8b
commit 39f228c35c

View file

@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY synapse /synapse/synapse/ COPY synapse /synapse/synapse/
COPY MANIFEST.in README.rst setup.py requirements.txt /synapse/ COPY README.rst pyproject.toml requirements.txt /synapse/
RUN pip install --prefix="/install" --no-warn-script-location \ RUN pip install --prefix="/install" --no-warn-script-location \
--no-deps -r /synapse/requirements.txt \ --no-deps -r /synapse/requirements.txt \