feat: heroku compatibility

This commit is contained in:
Nick
2019-06-01 21:38:21 -04:00
parent e49cb03882
commit 9f58a08fcb
5 changed files with 9 additions and 24 deletions

View File

@@ -46,4 +46,6 @@ USER node
EXPOSE 3000
# HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD curl -f http://localhost/healthz
CMD ["node", "server"]