Skip to content
Snippets Groups Projects
Commit 630573a9 authored by kaiyou's avatar kaiyou
Browse files

Do not copy documentation files to the Docker root folder

parent f5364b47
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ RUN cd /synapse \
&& pip install --upgrade pip setuptools psycopg2 \
&& mkdir -p /synapse/cache \
&& pip install -f /synapse/cache --upgrade --process-dependency-links . \
&& mv /synapse/contrib/docker/* / \
&& mv /synapse/contrib/docker/start.py /synapse/contrib/docker/conf / \
&& rm -rf setup.py setup.cfg synapse
VOLUME ["/data"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment