Skip to content

Commit 750e21c

Browse files
VIA-345 SB Fix log follow.
1 parent d5bd102 commit 750e21c

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/environments/test/fake-api

1 file changed

+1
-1
lines changed

infrastructure/environments/test/fake-api/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker stop local-fake-api
2121

2222
docker run -d --rm -p 9123:9123 -e LOGIN_ROOT_URL="http://localhost:9123" -e ELID_DELAY_SECONDS=2 -e APIM_DELAY_SECONDS=10 --name local-fake-api fake-api
2323

24-
docker logs local-fake-login --follow | less +F # If you need to see what's going on in nginx
24+
docker logs local-fake-api --follow | less +F # If you need to see what's going on in nginx
2525

2626
curl -v http://localhost:9123/health
2727

0 commit comments

Comments
 (0)