Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit c00f858

Browse files
author
Luan Fernandes
committed
needed sudo here too
1 parent 7e7fa88 commit c00f858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cleanup:
1616
run: cleanup
1717
@echo "deploy metabase with databricks-sql driver"
1818
chmod 777 ./plugins
19-
docker run -d -p 3000:3000 \
19+
sudo docker run -d -p 3000:3000 \
2020
--mount type=bind,source=$(ROOT_DIR)/plugins,destination=/plugins \
2121
--mount source=metabase,destination=/metabase.db \
2222
--name metabase metabase/metabase

0 commit comments

Comments
 (0)