Skip to content

Commit 436bae1

Browse files
authored
Merge pull request #39 from sivadeepN/patch-1
Add Latest grafonnet as well to the playground
2 parents 14d4e87 + 2f29f3d commit 436bae1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN npm install webpack
1010

1111
RUN make clean build-release && \
1212
git clone https://github.com/grafana/grafonnet-lib.git dist/grafonnet-lib && \
13-
git clone https://github.com/gojekfarm/grafonnet-bigquery-panel.git dist/grafonnet-bigquery-panel
13+
git clone https://github.com/gojekfarm/grafonnet-bigquery-panel.git dist/grafonnet-bigquery-panel && \
14+
git clone https://github.com/grafana/grafonnet.git dist/grafonnet
1415

1516
FROM alpine:3.9
1617

@@ -25,7 +26,7 @@ COPY --from=bob /src/public /app/public
2526

2627
COPY --from=bob /src/out/grafonnet-playground /app
2728

28-
ENV GRAFONNET_LIB_DIRS='/app/dist/grafonnet-lib /app/dist/grafonnet-bigquery-panel'
29+
ENV GRAFONNET_LIB_DIRS='/app/dist/grafonnet-lib /app/dist/grafonnet-bigquery-panel app/dist/grafonnet'
2930

3031
CMD ["./grafonnet-playground"]
3132

0 commit comments

Comments
 (0)