Rename index.js to start.js
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index e47bea8b399b96570c73ee0e5b66243c229c0bac..6b5e897f470d5b4be9bbf95e13622a625ae7a871 100644 (file)
@@ -19,5 +19,5 @@ COPY docker/config.json ./src/assets/config.json
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh
 
-#CMD ["node", "src/index.js"]
-CMD /autoconfig.sh && node src/index.js
+#CMD ["node", "src/start.js"]
+CMD /autoconfig.sh && node src/start.js