From 85b0ae2cf17f8f3433dcdaa1c51ee1d7e149c591 Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Fri, 26 Jan 2024 03:14:38 -0500 Subject: [PATCH] . --- vortex/dagster/DockerFile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vortex/dagster/DockerFile b/vortex/dagster/DockerFile index f6b2d88..4c1066a 100644 --- a/vortex/dagster/DockerFile +++ b/vortex/dagster/DockerFile @@ -4,6 +4,8 @@ RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app COPY vortex/dagster /opt/dagster/app/ +COPY ../../pyproject.toml /opt/dagster/app/ + RUN pip install poetry RUN poetry install