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

Commit 7e7fa88

Browse files
author
Luan Fernandes
committed
a first-run command to make easier
1 parent bea4837 commit 7e7fa88

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ run: cleanup
1919
docker run -d -p 3000:3000 \
2020
--mount type=bind,source=$(ROOT_DIR)/plugins,destination=/plugins \
2121
--mount source=metabase,destination=/metabase.db \
22-
--name metabase metabase/metabase
22+
--name metabase metabase/metabase
23+
24+
first-run:
25+
sudo docker pull metabase/metabase:latest
26+
make run

0 commit comments

Comments
 (0)