example-voting-app icon indicating copy to clipboard operation
example-voting-app copied to clipboard

Having CMD and command

Open janus opened this issue 5 years ago • 0 comments

I noticed that Dockerfile inside result folder has this CMD ["node", "server.js"] and the docker-compose.yml has a result service that has this command: nodemon server.js. Are they not do same thing? I do know the advantage of nodemon during development.

janus avatar Apr 22 '20 11:04 janus