From 6495a5124b689e51b3dbe6bfa8bcbe55a9a5e5c1 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Tue, 8 Nov 2022 22:53:02 +0100
Subject: [PATCH] fix: slow computation of willMembers

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 96a1cde..50d9728 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,10 @@
-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
-- 
GitLab