mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +00:00
cmd/puppeth: fix dashboard crash caused by updated base image
This commit is contained in:
parent
d081c935d7
commit
78c34fdc3c
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ ADD puppeth.png /dashboard/puppeth.png
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["node", "/server.js"]
|
CMD ["node", "./server.js"]
|
||||||
`
|
`
|
||||||
|
|
||||||
// dashboardComposefile is the docker-compose.yml file required to deploy and
|
// dashboardComposefile is the docker-compose.yml file required to deploy and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue