diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-05 22:57:22 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-05 22:57:22 +0100 |
commit | 630573a9325f826e81f04650fd83e64d1c831035 (patch) | |
tree | acf851835469a5e90ef0ee22bcb31eeb41e2c55f /Dockerfile | |
parent | Point to the 'latest' tag in the Docker documentation (diff) | |
download | synapse-630573a9325f826e81f04650fd83e64d1c831035.tar.xz |
Do not copy documentation files to the Docker root folder
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index f687a4f2bb..2ae503ce79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] |