diff --git a/vortex/dagster/DockerFile b/vortex/dagster/DockerFile index 311af3b..767ecf7 100644 --- a/vortex/dagster/DockerFile +++ b/vortex/dagster/DockerFile @@ -11,7 +11,7 @@ RUN poetry install ENV DAGSTER_HOME=/opt/dagster/dagster_home/ # Copy dagster instance YAML to $DAGSTER_HOME -COPY dagster.yaml /opt/dagster/dagster_home/ +COPY vortex/dagster/dagster.yaml /opt/dagster/dagster_home/ WORKDIR /opt/dagster/app diff --git a/vortex/dagster/workspace.yaml b/vortex/dagster/workspace.yaml index 2f399df..0af8743 100644 --- a/vortex/dagster/workspace.yaml +++ b/vortex/dagster/workspace.yaml @@ -1,3 +1,3 @@ load_from: # References the file copied into your Dockerfile - - python_file: sports_articles_generation.py + - python_file: vortex.py