forked from ryanmwangi/CalMerger
build(docker): edit CMD to reference app.js to run the application
This commit is contained in:
parent
c4c723d60a
commit
e45c433797
|
@ -1,6 +1,8 @@
|
|||
node_modules
|
||||
.git
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
*test
|
||||
.DS_Store
|
||||
tests
|
||||
*.test.js
|
||||
*.log
|
||||
.git
|
||||
.env
|
|
@ -17,4 +17,4 @@ COPY . .
|
|||
EXPOSE 3000
|
||||
|
||||
# Command to run the application
|
||||
CMD ["node", "src/server.js"]
|
||||
CMD ["node", "src/app.js"]
|
||||
|
|
Loading…
Reference in New Issue