Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
xneyder committed Jul 24, 2023
1 parent aa79ade commit 0626a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /app
COPY --from=metabase/metabase:v0.46.6.1 /app /app

# Copy the ClickHouse driver
ADD --chmod=744 https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/0.9.2/clickhouse.metabase-driver.jar /app/plugins/
ADD --chmod=744 https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/1.1.7/clickhouse.metabase-driver.jar /app/plugins/

RUN chown -R metabase /app

Expand Down

0 comments on commit 0626a0b

Please sign in to comment.