This commit is contained in:
Andras Schmelczer 2025-08-31 15:05:55 +01:00
commit 026d864a53
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 1 additions and 228 deletions

View file

@ -17,7 +17,6 @@ ENV NODE_ENV=production
ENV PORT=3001
EXPOSE 3001
# Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD node -e "require('http').get('http://localhost:3001/api/fizika', (res) => { process.exit(res.statusCode === 200 ? 0 : 1) }).on('error', () => process.exit(1))"