10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de4460 commit e043578Copy full SHA for e043578
Dockerfile
@@ -1,4 +1,4 @@
1
FROM debian:12-slim
2
-COPY ./dist/ /bin/
+COPY dist/ /usr/local/bin/
3
VOLUME ["/data/"]
4
ENTRYPOINT [ "llama-server" ]
0 commit comments