Skip to content

Commit

Permalink
build: create symlink to pex called dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 13, 2024
1 parent e4355b2 commit 0a889be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dags/luchtmeetnet_ingestion/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ docker_image(
"FROM python:3.9-slim",
"COPY --from=luchtmeetnet_ingestion:deps /bin/app /bin/app",
"COPY --from=luchtmeetnet_ingestion:srcs /bin/app /bin/app",
#"COPY dags.luchtmeetnet_ingestion/binary-srcs.pex/pyproject.toml /pyproject.toml",
# Since dagster expects that we have a command-line argument called 'dagster'
# available, but that command is not available since we are using a pex binary,
# we use an entrypoint script to alias the dagster command to the pex binary.
Expand Down

0 comments on commit 0a889be

Please sign in to comment.