i hate bugs !!!
This commit is contained in:
parent
1340cd2c3d
commit
9b230e3ef3
@ -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"]
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user