* health check * Update Dockerfile * simplifying the deployment
@@ -54,9 +54,4 @@ process.on('SIGTERM', async () => {
console.error('Error during shutdown:', error);
process.exit(1);
}
});
// Add health check endpoint
app.get('/health', (req, res) => {
res.status(200).json({ status: 'healthy' });
The note is not visible to the blocked user.