Merge pull request #1099 from DanieleFedeli/patch-1

This commit is contained in:
Raz Luvaton
2021-11-13 18:23:28 +02:00
committed by GitHub

View File

@ -37,7 +37,7 @@ FROM node:12-slim
# The build logic comes here
CMD ["pm2-runtime", "indes.js"]
CMD ["pm2-runtime", "index.js"]
```
</details>