Clean up
This commit is contained in:
parent
bf629ac985
commit
026d864a53
4 changed files with 1 additions and 228 deletions
|
|
@ -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))"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue