From 99616326d6cd9a324b4f4bb6d7090ead9ff4ad59 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Thu, 10 Oct 2024 00:56:11 +0100 Subject: [PATCH] Removed nx reset from entrypoint --- docker-local-entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-local-entrypoint.sh b/docker-local-entrypoint.sh index a288860004..2ef83c9380 100755 --- a/docker-local-entrypoint.sh +++ b/docker-local-entrypoint.sh @@ -5,6 +5,4 @@ rimraf -g '**/node_modules' yarn install -yarn nx reset - -exec "$@" +exec "$@" \ No newline at end of file