From 1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Mon, 11 Jan 2021 17:26:04 +0200 Subject: [PATCH] Update --- entrypoint-prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-prod.sh b/entrypoint-prod.sh index 02a0969..58171b3 100755 --- a/entrypoint-prod.sh +++ b/entrypoint-prod.sh @@ -62,7 +62,7 @@ if [[ "$1" == "cypress"* ]]; then RAZZLE_API_PATH=$RAZZLE_API_PATH yarn start & cd /opt/frontend - exec bash -c "wait-on -t $TIMEOUT http://localhost:3000 && NODE_ENV=production CYPRESS_API_PATH=$CYPRESS_API_PATH ./node_modules/cypress/bin/cypress run" + exec bash -c "NODE_ENV=production CYPRESS_API_PATH=$CYPRESS_API_PATH ./node_modules/cypress/bin/cypress run" fi exec "$@"