From 9b230e3ef3e1e9ce4da34b7c08b1451e54d26fca Mon Sep 17 00:00:00 2001 From: scriptos Date: Wed, 27 Nov 2024 23:18:52 +0100 Subject: [PATCH] i hate bugs !!! --- Dockerfile.chatbot | 2 +- Dockerfile.ollama | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.chatbot b/Dockerfile.chatbot index f337365..a17628e 100644 --- a/Dockerfile.chatbot +++ b/Dockerfile.chatbot @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY bin/ollamarama.py . -ENTRYPOINT ["/start.sh"] \ No newline at end of file +CMD ["python", "ollamarama.py"] \ No newline at end of file diff --git a/Dockerfile.ollama b/Dockerfile.ollama index 0fcd46d..ff66a15 100644 --- a/Dockerfile.ollama +++ b/Dockerfile.ollama @@ -4,4 +4,4 @@ COPY start.sh /start.sh RUN chmod +x /start.sh # Standardbefehl zum Starten des Servers -CMD ["/start.sh"] \ No newline at end of file +ENTRYPOINT ["/start.sh"] \ No newline at end of file