ollamarama-matrix-chatbot/Dockerfile.ollama

7 lines
133 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
2024-11-27 22:18:52 +00:00
ENTRYPOINT ["/start.sh"]