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

Commit 6ad9b33

Browse files
author
Luan Fernandes
committed
fix back sudo, changed local user of daemon
1 parent c00f858 commit 6ad9b33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ cleanup:
1616
run: cleanup
1717
@echo "deploy metabase with databricks-sql driver"
1818
chmod 777 ./plugins
19-
sudo docker run -d -p 3000:3000 \
19+
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
2323

2424
first-run:
25-
sudo docker pull metabase/metabase:latest
25+
docker pull metabase/metabase:latest
2626
make run

0 commit comments

Comments
 (0)