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

This commit is contained in:
Marius van der Wijden 2021-03-29 20:58:58 +02:00 committed by GitHub
parent b6912c1047
commit 24588bacfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \
\