From 0a889beff72dc3917a038b5acf6f76097cb730f8 Mon Sep 17 00:00:00 2001 From: Jasper Ginn Date: Sat, 13 Jan 2024 16:10:46 +0100 Subject: [PATCH] build: create symlink to pex called dagster --- dags/luchtmeetnet_ingestion/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/dags/luchtmeetnet_ingestion/BUILD b/dags/luchtmeetnet_ingestion/BUILD index 22e2a37..351fa0a 100644 --- a/dags/luchtmeetnet_ingestion/BUILD +++ b/dags/luchtmeetnet_ingestion/BUILD @@ -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.