Update Dockerfile to copy all scripts from the scripts directory for improved flexibility in script management

This commit is contained in:
Bastian (BaM)
2025-09-14 17:38:43 +02:00
parent 149d8b2191
commit 886d1c86cf

View File

@@ -26,7 +26,8 @@ RUN ssh-keyscan -T 5 -H "$OLLAMA_HOST" >> /root/.ssh/known_hosts || true
# Copy script # Copy script
WORKDIR /app WORKDIR /app
COPY scripts/auto-boot-ollama-host.lua . COPY scripts/* .
#COPY scripts/auto-boot-ollama-host.sh /usr/local/bin/auto-boot-ollama-host.sh #COPY scripts/auto-boot-ollama-host.sh /usr/local/bin/auto-boot-ollama-host.sh
#RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh #RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh