fix runtime issue, forever not needed

This commit is contained in:
Lawrence 2018-01-13 13:58:29 -05:00
parent 81b1a3acf4
commit f357e31a7a

View File

@ -8,8 +8,7 @@ RUN apt-get update \
&& 7z x lzma1604.7z -olzma1604 \
&& cp lzma1604/bin/*.sfx /usr/lib/p7zip/ \
&& rm -f lzma1604.7z \
&& rm -rf lzma1604 \
&& npm install -g forever
&& rm -rf lzma1604
RUN adduser --quiet meshcentral \
&& chmod +x /startmeshcentral.sh \