Add environment variable for llamactl command in Dockerfile

This commit is contained in:
2025-09-28 20:49:46 +02:00
parent 169ee422ec
commit 070c91787d

View File

@@ -18,5 +18,7 @@ WORKDIR /data
# Expose the default llamactl port
EXPOSE 8080
ENV LLAMACTL_LLAMACPP_COMMAND=/app/llama-server
# Set llamactl as the entrypoint
ENTRYPOINT ["llamactl"]