fix docker build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-02-25 01:23:39 +01:00
parent de0480de5b
commit 5dde92a0f9
3 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ ENV PORT=${PORT}
ENV NODE_ENV=production
COPY --from=build /src/.output /src/.output
COPY --from-build /src/data /src/data
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD curl -f http://localhost:${PORT}/api/health || exit 1