repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749d723
)
fix(docker): fix Web UI path in start shell script
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 3 Mar 2024 22:37:45 +0000
(23:37 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 3 Mar 2024 22:37:45 +0000
(23:37 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
docker/start.sh
patch
|
blob
|
blame
|
history
diff --git
a/docker/start.sh
b/docker/start.sh
index bcfe3b6407109a825d986eba9bfe804a3f61272e..65a466c9482247edb99c1bc595dc1ce4b4819770 100755
(executable)
--- a/
docker/start.sh
+++ b/
docker/start.sh
@@
-1,4
+1,4
@@
#!/usr/bin/env sh
node dist/start.js &
-node
webui
/start.js
+node
ui/web
/start.js