test: add clear cache implementation example in ocpp2 server
[e-mobility-charging-stations-simulator.git] / docker / start.sh
index fa3b0b9530a90f1ddbf015f668f06e599ae15acd..65a466c9482247edb99c1bc595dc1ce4b4819770 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/env sh
 
-node -r source-map-support/register dist/start.mjs &
-node webui/start.js
+node dist/start.js &
+node ui/web/start.js