From e26704dcda2d2be3f41acf39a531692c944e8263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Thu, 29 May 2025 19:37:03 +0200 Subject: [PATCH] test --- apps/api/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/docker-entrypoint.sh b/apps/api/docker-entrypoint.sh index aa11432d..b189bdb3 100755 --- a/apps/api/docker-entrypoint.sh +++ b/apps/api/docker-entrypoint.sh @@ -2,6 +2,7 @@ if [ "$UID" -eq 0 ]; then set +e # disable failing on errror + echo "ENTRYPOINT: OLD ULIMIT: $(ulimit -n)" ulimit -n 65535 echo "ENTRYPOINT: NEW ULIMIT: $(ulimit -n)" set -e # enable failing on error