Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Sep 20, 2024
1 parent 5220e3b commit 5f5e4e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache make gcc g++ python3
WORKDIR /usr/local/lib/node_modules/n8n

# Instala as dependências do Gradio e Langfuse
RUN npm install @gradio/client@0.20.1 [email protected] [email protected]
RUN npm install -g @gradio/client [email protected] [email protected] odoo-await

USER node

Expand All @@ -22,4 +22,6 @@ USER root
# Copia as dependências instaladas da etapa de construção
COPY --from=builder /usr/local/lib/node_modules/n8n /usr/local/lib/node_modules/n8n

USER node
USER node


0 comments on commit 5f5e4e5

Please sign in to comment.