update fix run errors

This commit is contained in:
Lawrence 2018-01-13 11:27:23 -05:00
parent ebd7a7bced
commit 43e2f63454

View File

@ -14,6 +14,7 @@ RUN apt-get update \
RUN adduser --quiet meshcentral \
&& chmod +x /startmeshcentral.sh \
&& su - meshcentral \
&& cd /home/meshcentral
&& npm install meshcentral node-7z greenlock-cli
ENV PORT 443