Unverified Commit 99169016 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

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

cmd/puppeth: fix dashboard crash caused by updated base image
parents d081c935 78c34fdc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment