cmd/puppeth: fix dashboard crash caused by updated base image

pull/23168/head
Péter Szilágyi 3 years ago
parent d081c935d7
commit 78c34fdc3c
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  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