Update Dockerfile to copy all scripts from the scripts directory for improved flexibility in script management
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user