From cb76c9c68a185f840aa03fd0a38260bba6f21302 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 1 May 2024 22:53:18 -0700
Subject: WIP: recreate object element when loading maps to avoid node warnings
about dangling file handles
---
run-test | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'run-test')
diff --git a/run-test b/run-test
index 0430cf7..1722c8f 100755
--- a/run-test
+++ b/run-test
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
-NPM_COMMAND="npm run test:integ"
-
-docker run --rm --init -it -v $PWD:/usr/src/app btroops $NPM_COMMAND
+docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 --name btroops-test btroops bash
--
cgit v1.2.3