Skip to content

Commit 9916901

Browse files
authored
Merge pull request #23168 from karalabe/puppeth-fix-dashboard
cmd/puppeth: fix dashboard crash caused by updated base image
2 parents d081c93 + 78c34fd commit 9916901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/puppeth/module_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ ADD puppeth.png /dashboard/puppeth.png
482482
483483
EXPOSE 80
484484
485-
CMD ["node", "/server.js"]
485+
CMD ["node", "./server.js"]
486486
`
487487

488488
// dashboardComposefile is the docker-compose.yml file required to deploy and

0 commit comments

Comments
 (0)