Update Dockerfile to use the correct script for entrypoint
This commit is contained in:
@@ -10,8 +10,8 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
# Copy script
|
# Copy script
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY scripts/auto-boot-ollama-pc.sh /usr/local/bin/auto-boot-ollama-pc.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-pc.sh
|
RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh
|
||||||
|
|
||||||
# Environment defaults (can be overridden by compose/Komodo)
|
# Environment defaults (can be overridden by compose/Komodo)
|
||||||
ENV CONTAINER_NAME=paperless-ai \
|
ENV CONTAINER_NAME=paperless-ai \
|
||||||
@@ -19,4 +19,4 @@ ENV CONTAINER_NAME=paperless-ai \
|
|||||||
OLLAMA_PORT=11434 \
|
OLLAMA_PORT=11434 \
|
||||||
SINCE=0s
|
SINCE=0s
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/auto-boot-ollama-pc.sh"]
|
ENTRYPOINT ["/usr/local/bin/auto-boot-ollama-host.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user