Every container needs to execute a command to run after the container is initialized. For us, this will be using the node command to run our application:
CMD node dist/index.js
Every container needs to execute a command to run after the container is initialized. For us, this will be using the node command to run our application:
CMD node dist/index.js