Skip to content

Commit

Permalink
Fix caddy run option
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jan 5, 2023
1 parent b2942f3 commit 2df6138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run_browser_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plm instance new -d plume-test.local -n plume-test
plm users new -n admin -N 'Admin' -e '[email protected]' -p 'password'

plume &
caddy run -config /Caddyfile &
caddy run --config /Caddyfile &

until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null

Expand Down

0 comments on commit 2df6138

Please sign in to comment.