Don't access singleton instance attribute directly
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 1d5dc942c6ec6db04f38a0aef56c578610e19a41..f881284818f77d46030e277c614a6f5dbd23e30f 100644 (file)
@@ -21,5 +21,5 @@ COPY docker/config.json ./src/assets/config.json
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh
 
-#CMD ["node", "src/start.js"]
+#CMD ["node", "dist/start.js"]
 CMD /autoconfig.sh && node -r source-map-support/register dist/start.js