57
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user