diff --git a/Dockerfile b/Dockerfile index 07c0745..5e4f9bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,6 @@ COPY --from=builder /app/docs ./docs EXPOSE 8080 HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \ - CMD wget --no-verbose --tries=1 --spider http://localhost:8080/swagger/index.html || exit 1 + CMD wget --no-verbose --tries=1 --spider http://localhost:8080/web || exit 1 CMD ["./server"]