Skip to content

Commit

Permalink
add dbt deps running on docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Courivaud <[email protected]>
  • Loading branch information
rcourivaud committed Jan 12, 2025
1 parent e23ae3f commit 89b5af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analytics/dagster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ COPY src/ $DAGSTER_HOME
# Définir le répertoire de travail
WORKDIR $DAGSTER_HOME

RUN dbt deps

# Configurer l'authentification basique pour Nginx
RUN htpasswd -cb /etc/nginx/.htpasswd $ZLV_HTTP_USERNAME $ZLV_HTTP_PASSWORD
COPY docker/nginx/nginx.conf /etc/nginx/sites-available/default
Expand Down

0 comments on commit 89b5af7

Please sign in to comment.