57
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 8s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 15:06:39 +02:00
parent 87c48701b4
commit 60a325bb74
5 changed files with 43 additions and 33 deletions

View File

@@ -6,5 +6,8 @@ ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true"
COPY run.sh /build/entrypoint.sh
RUN chmod +x /build/entrypoint.sh
COPY run.sh /build/custom-entrypoint.sh
RUN chmod +x /build/custom-entrypoint.sh
# Remplacer l'entrypoint par défaut
ENTRYPOINT ["/build/custom-entrypoint.sh"]