mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-31 00:15:57 -05:00
fix runtime issue, forever not needed
This commit is contained in:
parent
81b1a3acf4
commit
f357e31a7a
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user