Use correct healthcheck
This commit is contained in:
+1
-1
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user