Skip to content

Commit

Permalink
Update entrypoint-prod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Feb 19, 2021
1 parent aef63cd commit 45dcd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [[ "$1" == "cypress"* ]]; then
RAZZLE_API_PATH=$RAZZLE_API_PATH yarn start &

cd /opt/frontend
wait-on $RAZZLE_API_PATH -t 120000 &
wait-on http://localhost:3000 -t 120000
exec bash -c "NODE_ENV=production CYPRESS_API_PATH=$CYPRESS_API_PATH ./node_modules/cypress/bin/cypress run"
fi

Expand Down

0 comments on commit 45dcd5c

Please sign in to comment.