ollamarama-matrix-chatbot/Dockerfile.ollama
2024-11-27 23:18:52 +01:00

7 lines
133 B
Docker

FROM ollama/ollama
COPY start.sh /start.sh
RUN chmod +x /start.sh
# Standardbefehl zum Starten des Servers
ENTRYPOINT ["/start.sh"]