mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
npm install instead
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
8a9ea3dffa
commit
480fb2da40
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user