@@ -8,4 +8,4 @@ RUN npm install
EXPOSE $PORT
-CMD [ "node", "index.js" ]
+CMD [ "npm", "run production" ]