Skip to content

Commit

Permalink
fix: Resolve production docker build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Feb 19, 2025
1 parent 936f917 commit b1ecc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/orchestrate/Dockerfile.global
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ WORKDIR /opt/dagster/code
RUN uv sync --locked --no-dev

RUN cd /opt/dbt && \
uv run -C /opt/dagster/code dbt deps --project-dir /opt/dbt && \
uv run -C /opt/dagster/code dbt ls --project-dir /opt/dbt --profiles-dir /opt/dbt --target dev
uv run --directory /opt/dagster/code dbt deps --project-dir /opt/dbt && \
uv run --directory /opt/dagster/code dbt ls --project-dir /opt/dbt --profiles-dir /opt/dbt --target dev

# ENTRYPOINTS
# Dagster Daemon
Expand Down

0 comments on commit b1ecc36

Please sign in to comment.