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