Skip to content

Commit

Permalink
feat: add Dagster DAGs to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar committed Jan 15, 2025
1 parent 360426b commit 30c2300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ rust/target
rust/cyclotron-node/dist
rust/cyclotron-node/node_modules
rust/cyclotron-node/index.node
!dags
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ COPY --chown=posthog:posthog manage.py manage.py
COPY --chown=posthog:posthog posthog posthog/
COPY --chown=posthog:posthog ee ee/
COPY --chown=posthog:posthog hogvm hogvm/
COPY --chown=posthog:posthog dags dags/

# Keep server command backwards compatible
RUN cp ./bin/docker-server-unit ./bin/docker-server
Expand Down

0 comments on commit 30c2300

Please sign in to comment.