Merge pull request #23168 from karalabe/puppeth-fix-dashboard

cmd/puppeth: fix dashboard crash caused by updated base image
revert-23120-drop-eth-65
Péter Szilágyi 3 years ago committed by GitHub
commit 99169016d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save