Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fixes docker helathcheck (#8)
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi authored Feb 10, 2023
1 parent 08648d4 commit 536e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-hc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
curl -I --fail localhost:3001/ping || exit $?
curl -I --fail localhost:80/ping || exit $?

0 comments on commit 536e2db

Please sign in to comment.