fix(core): update

This commit is contained in:
2024-05-09 00:11:13 +02:00
parent 6aa7d1ecc9
commit 2475aeb684
6 changed files with 786 additions and 1286 deletions

View File

@ -39,7 +39,7 @@ WORKDIR /app
COPY --from=node3 /app /app
### Healthchecks
RUN pnpm install -g @servezone/healthy
RUN pnpm install -g @serve.zone/healthy
HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD [ "healthy" ]
EXPOSE 80