Use correct healthcheck

This commit is contained in:
2025-08-03 19:25:05 +02:00
parent b6723c1836
commit 9faf2376c4
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ FROM base
RUN apt-get update && apt-get -y install curl
HEALTHCHECK CMD curl --fail http://localhost:3000/api-health || exit 1
HEALTHCHECK CMD curl --fail http://localhost:3000/api/health || exit 1
COPY --from=build /src/.output .