Skip to content

Commit 943d831

Browse files
committed
Update Makefile to use Docker for Netlify dashboard deployment
1 parent a3b4bb7 commit 943d831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SHELL=/bin/bash
1313
.PHONY: dashboard
1414
.PHONY: dashboardd
1515
.PHONY: requirements-install
16-
.PHONY: netlify-dashboard
16+
.PHONY: netlify-dashboard-docker
1717

1818
# start dagster locally
1919
local:
@@ -66,6 +66,6 @@ dashboardd:
6666
requirements-install:
6767
pip install -r requirements.txt
6868

69-
netlify-dashboard:
70-
pip install -r requirements.txt
71-
python dashboard/app.py
69+
netlify-dashboard-docker:
70+
docker build -t anomstack-dashboard -f docker/Dockerfile.anomstack_dashboard .
71+
docker run -p 5003:5003 anomstack-dashboard

0 commit comments

Comments
 (0)