Skip to content

Commit

Permalink
Adiciona rota /users no comando wait-on
Browse files Browse the repository at this point in the history
  • Loading branch information
renatofreire committed Jan 23, 2024
1 parent 2b64895 commit 5fbcf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

if $RUN_JSON_SERVER ; then
npx json-server-auth --watch $JSON_SERVER_DB -r $JSON_SERVER_ROUTES --port $JSON_SERVER_PORT --delay 1500 &
npx wait-on -t 300000 http://localhost:$JSON_SERVER_PORT
npx wait-on -t 300000 http://localhost:$JSON_SERVER_PORT/users
fi

headless_flag=''
Expand Down

0 comments on commit 5fbcf95

Please sign in to comment.