0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-07 21:28:53 +02:00

Remove build requirements after building

This commit is contained in:
Mathijs van Gorcum 2018-09-10 12:21:42 +00:00 committed by GitHub
parent 9a5ea511b5
commit b7e7712f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,9 @@ RUN cd /synapse \
&& rm -rf \
setup.cfg \
setup.py \
synapse
synapse \
&& apk del .nacl_deps
VOLUME ["/data"]
EXPOSE 8008/tcp 8448/tcp