Merge branch 'master' into sqlite

This commit is contained in:
advplyr 2023-03-11 11:54:34 -06:00
commit adc4309951
4 changed files with 2 additions and 2 deletions

View file

@ -34,4 +34,4 @@ HEALTHCHECK \
--timeout=3s \
--start-period=10s \
CMD curl -f http://127.0.0.1/healthcheck || exit 1
CMD ["npm", "start"]
CMD ["node", "index.js"]