Skip to content

Commit

Permalink
add yaml panel
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchang0201 committed Apr 10, 2024
1 parent eea398f commit c9093f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/docker/Dockerfile.grafana
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ COPY --from=node /app/yaml_panel/dist /var/lib/grafana/plugins/antgroup-yaml-pan
# Define the list of plugins to install, separated by spaces.
ARG PLUGINS=""

ARG IFS=','
# Install each plugin.
ARG IFS=','
RUN for plugin in $PLUGINS; do \
Expand Down

0 comments on commit c9093f5

Please sign in to comment.