Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Sep 24, 2024
1 parent 3248999 commit 2983007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2983007

Please sign in to comment.