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:
Einar Stenberg
2021-12-12 22:04:21 +01:00
committed by GitHub
parent db3659d665
commit c81be50a6f

View File

@@ -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