From 511aa0beda2b22702f150cf2c7ab8945363d56a8 Mon Sep 17 00:00:00 2001 From: Emerson Pedroso Date: Tue, 20 Aug 2024 07:21:01 -0300 Subject: [PATCH] deploy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72b851f..d54878f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,3 @@ USER root RUN apk add --update python3 py3-pip make npm RUN cd /usr/local/lib/node_modules/n8n && npm install @gradio/client USER node -ENTRYPOINT [“docker-entrypoint.sh”] \ No newline at end of file