Skip to content

Commit

Permalink
feat(deploy): test deployment to kubernetes azure
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 30, 2024
1 parent 429706f commit 7eaec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM python:3.11-slim
RUN useradd -ms /bin/bash appuser

# Copier les chemins des binaires stockés dans des fichiers temporaires
COPY --from=build /llvm_path /ffmpeg_path /tmp/
COPY --from=build /llvm_path /tmp/

# Charger les chemins des binaires depuis les fichiers temporaires en utilisant RUN pour définir les variables d’environnement
RUN export LLVM_PATH=$(cat /tmp/llvm_path)
Expand Down

0 comments on commit 7eaec0a

Please sign in to comment.