Skip to content

Commit 305d149

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fcca13d commit 305d149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ENV PORT=4000 \
5252
EXPOSE $PORT
5353

5454
HEALTHCHECK --interval=30m --timeout=60s --start-period=5s \
55-
CMD ruby -rnet/http -e ' \
55+
CMD ruby -ruri -rnet/http -e ' \
5656
port = ENV.fetch("PORT", "4000") \
5757
token = ENV.fetch("HEALTH_CHECK_TOKEN", "CHANGE_ME_HEALTH_CHECK_TOKEN") \
5858
uri = URI("http://localhost:#{port}/api/v1/health") \

0 commit comments

Comments
 (0)