mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 22:17:31 +03:00
add nedb dependency to docker image
fixes problems with plugins as referenced here https://github.com/ryanblenis/MeshCentral-ScriptTask/issues/23
This commit is contained in:
parent
db3659d665
commit
c81be50a6f
@ -16,7 +16,9 @@ WORKDIR /opt/meshcentral
|
||||
|
||||
RUN npm install meshcentral
|
||||
|
||||
#Copy config template and startup script
|
||||
#Install dependencies for plugins
|
||||
RUN npm install nedb
|
||||
|
||||
COPY config.json.template /opt/meshcentral/config.json.template
|
||||
COPY startup.sh startup.sh
|
||||
#environment variables
|
||||
|
Loading…
Reference in New Issue
Block a user