7 lines
126 B
Docker
7 lines
126 B
Docker
FROM ollama/ollama
|
|
|
|
COPY start.sh /start.sh
|
|
RUN chmod +x /start.sh
|
|
|
|
# Standardbefehl zum Starten des Servers
|
|
CMD ["/start.sh"] |