File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ RUN npm install webpack
1010
1111RUN 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
1516FROM alpine:3.9
1617
@@ -25,7 +26,7 @@ COPY --from=bob /src/public /app/public
2526
2627COPY --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
3031CMD ["./grafonnet-playground" ]
3132
You can’t perform that action at this time.
0 commit comments