fix runtime issues

This commit is contained in:
Lawrence
2018-01-13 12:42:46 -05:00
parent 4e70982c01
commit a5ce92205b
2 changed files with 7 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ MAINTAINER Lawrence Stubbs <technoexpressnet@gmail.com>
COPY startmeshcentral.sh /
RUN apt-get update \
&& apt-get install -y p7zip-full which \
&& apt-get install -y p7zip-full \
&& wget -q http://www.7-zip.org/a/lzma1604.7z \
&& 7z x lzma1604.7z -olzma1604 \
&& cp lzma1604/bin/*.sfx /usr/lib/p7zip/ \
@@ -15,7 +15,8 @@ RUN adduser --quiet meshcentral \
&& chmod +x /startmeshcentral.sh \
&& su - meshcentral \
&& cd /home/meshcentral \
&& npm install meshcentral node-7z greenlock-cli
&& npm install meshcentral node-7z greenlock-cli \
&& ls
ENV PORT 443
ENV REDIRPORT 80