mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 09:56:03 -05:00
npm install instead
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
@@ -60,8 +60,7 @@ COPY ./package.json /opt/meshcentral/package.json
|
||||
WORKDIR /opt/meshcentral
|
||||
|
||||
RUN node -e "let pkg=require('./package.json');pkg.dependencies['modern-syslog']='1.2.0';pkg.dependencies['telegram']='2.26.22';require('fs').writeFileSync('package.json',JSON.stringify(pkg,null,2));" \
|
||||
&& npm i --package-lock-only \
|
||||
&& npm ci
|
||||
&& npm install
|
||||
|
||||
### STAGE 3 RUNTIME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user