remove outdated healthcheck

This commit is contained in:
Maidul Islam
2024-03-19 17:21:38 -04:00
parent c075fcceca
commit 6b2d757e39

View File

@ -118,9 +118,6 @@ WORKDIR /backend
ENV TELEMETRY_ENABLED true
HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
CMD node healthcheck.js
EXPOSE 8080
EXPOSE 443