ivanfioravanti/chatbot-ollama

Dcker run instruction is not working

willyw0nka opened this issue · 0 comments

Docker run instruction documented to run the pre built container is not working.

Steps to reproduce

$ docker run -e -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main

Unable to find image '3000:3000' locally

Workaround

$ docker run -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main