We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91bca0a + 09060d6 commit 14d4e87Copy full SHA for 14d4e87
Dockerfile
@@ -6,6 +6,7 @@ RUN apk add --update build-base git nodejs nodejs-npm ca-certificates && \
6
WORKDIR /src
7
8
COPY . ./
9
+RUN npm install webpack
10
11
RUN make clean build-release && \
12
git clone https://github.com/grafana/grafonnet-lib.git dist/grafonnet-lib && \
@@ -24,7 +25,7 @@ COPY --from=bob /src/public /app/public
24
25
26
COPY --from=bob /src/out/grafonnet-playground /app
27
-ENV GRAFONNET_LIB_DIRS=/app/dist/grafonnet-lib /app/dist/grafonnet-bigquery-panel
28
+ENV GRAFONNET_LIB_DIRS='/app/dist/grafonnet-lib /app/dist/grafonnet-bigquery-panel'
29
30
CMD ["./grafonnet-playground"]
31
0 commit comments