mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-08 11:41:20 +00:00
Merge pull request #23168 from karalabe/puppeth-fix-dashboard
cmd/puppeth: fix dashboard crash caused by updated base image
This commit is contained in:
commit
99169016d2
@ -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 New Issue
Block a user