Skip to content

Commit

Permalink
Add docker target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewm4894 committed Nov 13, 2023
1 parent 3f2faf5 commit 410f53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.PHONY: dashboard
.PHONY: local
.PHONY: docker

dashboard:
streamlit run ./dashboard.py --server.port 8501

local:
dagster dev -f anomstack/main.py

docker:
docker compose up -d --build

0 comments on commit 410f53b

Please sign in to comment.