Skip to content

Commit 82396b4

Browse files
committed
fix: Update dagster entry and script location
1 parent 6662973 commit 82396b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/jupytext.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[formats]
22
"dagster/" = "ipynb"
3-
"../../dagster/scripts/" = "py:percent"
3+
"dagster/scripts/" = "py:percent"

docker/dagster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ WORKDIR /opt/dagster/app
9393
EXPOSE 3000
9494
ENV SHELL="/bin/bash"
9595

96-
ENTRYPOINT ["dagster","dev","-h","0.0.0.0","-p","3000","-f","./scripts/dagster.py"]
96+
ENTRYPOINT ["dagster","dev","-h","0.0.0.0","-p","3000","--help"]

0 commit comments

Comments
 (0)