i hate bugs !!!

This commit is contained in:
scriptos 2024-11-27 23:18:52 +01:00
parent 1340cd2c3d
commit 9b230e3ef3
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY bin/ollamarama.py . COPY bin/ollamarama.py .
ENTRYPOINT ["/start.sh"] CMD ["python", "ollamarama.py"]

View File

@ -4,4 +4,4 @@ COPY start.sh /start.sh
RUN chmod +x /start.sh RUN chmod +x /start.sh
# Standardbefehl zum Starten des Servers # Standardbefehl zum Starten des Servers
CMD ["/start.sh"] ENTRYPOINT ["/start.sh"]