mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Release 0.15.6 (#1506)
Fix for Resource temporarily unavailable error for CLN channel alias list Security fix for npm vulnerabilities
This commit is contained in:
parent
847923533e
commit
7340cb390a
29 changed files with 5550 additions and 5021 deletions
|
|
@ -7,7 +7,7 @@ WORKDIR /RTL
|
|||
COPY package.json /RTL/package.json
|
||||
COPY package-lock.json /RTL/package-lock.json
|
||||
|
||||
RUN npm install --legacy-peer-deps
|
||||
RUN npm ci --legacy-peer-deps
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue