kz_educa/Dockerfile

20 lines
346 B
Docker

FROM ollama/ollama:latest
WORKDIR /app
RUN mkdir -p /root/.ollama
<<<<<<< HEAD
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
=======
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
>>>>>>> cc9d726 (fix: usar PORT do Railway)