Thomas G. Lopes commited on
Commit
274df06
·
1 Parent(s): 9d4f7f4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ USER node
31
  EXPOSE 3000
32
 
33
  # Start the application
34
- CMD ["node", "build"]
 
31
  EXPOSE 3000
32
 
33
  # Start the application
34
+ CMD ["node", "build/index.js"]