docker: Fix version file path

This commit is contained in:
Matthew Wild 2020-02-01 05:30:17 +00:00
parent ea4be8d0b9
commit 3e5f7203e2
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ RUN apt-get update \
ADD www /var/www
RUN echo "Snikket $BUILD_SERIES.$BUILD_ID" > /var/lib/prosody/prosody.version
RUN echo "Snikket $BUILD_SERIES.$BUILD_ID" > /usr/lib/prosody/prosody.version
VOLUME ["/snikket"]