We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa23736 commit 1ccfa4dCopy full SHA for 1ccfa4d
.replit
@@ -7,7 +7,6 @@ channel = "stable-24_05"
7
[[ports]]
8
localPort = 3000
9
externalPort = 3000
10
-exposeLocalhost = true
11
12
13
localPort = 5000
@@ -45,4 +44,4 @@ mode = "sequential"
45
44
46
[[workflows.workflow.tasks]]
47
task = "shell.exec"
48
-args = "python anomstack/main.py"
+args = "python -m dagster dev -h 0.0.0.0 -p 3000 -f anomstack/main.py"
0 commit comments