ollamarama-matrix-chatbot/Dockerfile.ollama

7 lines
126 B
Docker
Raw Normal View History

2024-11-27 20:38:00 +00:00
FROM ollama/ollama
COPY start.sh /start.sh
RUN chmod +x /start.sh
# Standardbefehl zum Starten des Servers
CMD ["/start.sh"]