From 298300746bf102e56713f21c286281c2090e7dcb Mon Sep 17 00:00:00 2001 From: riccardo <106812074+riccardo-gnosis@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:43:31 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38229fb..8853e51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ WORKDIR /app # Copy the Python requirements and install them -COPY /dbt/docker/requirements.txt /app/requirements.txt +COPY /requirements.txt /app/requirements.txt RUN pip install -r /app/requirements.txt # Set environment variable to specify the DBT project path