docker: Remove www dir from image

This commit is contained in:
Matthew Wild 2021-01-22 17:25:03 +00:00
parent e6d8303ece
commit 68e29c5ac4
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ RUN apt-get update \
&& apt-get autoremove -y \
&& rm -rf /var/cache/*
ADD www /var/www
RUN echo "Snikket $BUILD_SERIES.$BUILD_ID" > /usr/lib/prosody/prosody.version
VOLUME ["/snikket"]