fix docker build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

View File

@@ -25,6 +25,7 @@ FROM base AS production
ENV PORT=${PORT}
ENV NODE_ENV=production
COPY --from=build /src/data /src/data
COPY --from=build /src/.output /src/.output
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \