Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Sep 21, 2024
1 parent c0ee370 commit 9009396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ USER root
# Instala as dependências necessárias para a construção
RUN apk add --no-cache make gcc g++ python3

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


# Imagem final
FROM n8nio/n8n:latest
Expand All @@ -16,6 +15,7 @@ USER root

# Copia as dependências globais instaladas da etapa de construção
COPY --from=builder /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=builder /usr/local/bin /usr/local/bin
# Instala as dependências do Gradio e Langfuse globalmente
RUN npm install -g @gradio/client [email protected] [email protected]

USER node

0 comments on commit 9009396

Please sign in to comment.