diff --git a/Dockerfile b/Dockerfile index 74588fb..3ae723d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,8 @@ RUN ssh-keyscan -T 5 -H "$OLLAMA_HOST" >> /root/.ssh/known_hosts || true # Copy script 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 #RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh