fix: flag worker set as stopped as soon the stopped event is emitted
[e-mobility-charging-stations-simulator.git] / docker / start.sh
index caf30846201ec56f7ac1ccf103b19326f876a063..bcfe3b6407109a825d986eba9bfe804a3f61272e 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/env sh
 
-node -r source-map-support/register dist/start.cjs &
+node dist/start.js &
 node webui/start.js