Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jan 26, 2024
1 parent ea1296f commit b61e168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vortex/dagster/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vortex/dagster/workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
load_from:
# References the file copied into your Dockerfile
- python_file: sports_articles_generation.py
- python_file: vortex.py

0 comments on commit b61e168

Please sign in to comment.