Unverified Commit 24588bac authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

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

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