We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64713da commit 9bfcfd0Copy full SHA for 9bfcfd0
Dockerfile
@@ -16,4 +16,4 @@ RUN npm ci --omit=dev
16
ENV TRANSFORMERS_CACHE=/app/hf-cache
17
EXPOSE 8000
18
# Install supergateway at runtime (not as dependency)
19
-ENTRYPOINT ["npx", "-y", "supergateway", "--stdio", "node ./dist/index.js"," --header \"X-Accel-Buffering: no\"", "--cors", "*", "--port", "8000"]
+ENTRYPOINT ["npx", "-y", "supergateway", "--stdio", "node ./dist/index.js", "--header", "X-Accel-Buffering: no", "--cors", "*", "--port", "8000"]
0 commit comments