cmd/puppeth: specify working directory for nodejs 15 (#22549)

pull/22603/head
Marius van der Wijden 4 years ago committed by GitHub
parent b6912c1047
commit 24588bacfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/puppeth/module_dashboard.go

@ -518,6 +518,8 @@ var dashboardMascot = []byte("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x01s\x
var dashboardDockerfile = `
FROM mhart/alpine-node:latest
WORKDIR /usr/app
RUN \
npm install connect serve-static && \
\

Loading…
Cancel
Save