changing CMD for Dockerfile to use node instead of npm to address issue #984

This commit is contained in:
xphyr
2023-09-14 13:33:15 -04:00
parent 75be302166
commit a073a746f2

View File

@@ -30,4 +30,4 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
EXPOSE 4000
CMD ["npm", "run", "start"]
CMD ["node", "build/index.js"]