cambios para despliegue
This commit is contained in:
@@ -45,4 +45,4 @@ EXPOSE 3000
|
|||||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \
|
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \
|
||||||
CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))"
|
CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))"
|
||||||
|
|
||||||
CMD ["node", "src/index.js"]
|
# CMD ["node", "src/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user