Skip to content
Snippets Groups Projects
Commit 6495a512 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: slow computation of willMembers

parent 338875ea
No related branches found
No related tags found
No related merge requests found
Pipeline #17635 failed
FROM node:10
FROM node:16
WORKDIR /app
COPY . .
RUN rm -rf /app/node_modules
ENV NEON_BUILD_RELEASE=true
RUN npm install
RUN npx tsc
RUN node run.js config --bma --ipv4 localhost --port 10499
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment