Add /health route in the api

This commit is contained in:
2025-03-23 23:52:20 +01:00
parent 61151478e4
commit e6e2f8ce91
3 changed files with 7 additions and 4 deletions
-1
View File
@@ -26,4 +26,3 @@ COPY --from=builder /app/server server
ENV NODE_ENV=production
EXPOSE 3567
CMD ["./server"]