diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go index b238af0316..35cfada66f 100644 --- a/cmd/puppeth/module_dashboard.go +++ b/cmd/puppeth/module_dashboard.go @@ -482,7 +482,7 @@ ADD puppeth.png /dashboard/puppeth.png EXPOSE 80 -CMD ["node", "/server.js"] +CMD ["node", "./server.js"] ` // dashboardComposefile is the docker-compose.yml file required to deploy and