re-added back the host param
All checks were successful
ci / docker (push) Successful in 24s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Nathan Windisch 2025-03-20 07:21:06 +00:00
parent b860fac5d0
commit 1b045a4540

View File

@ -4,4 +4,4 @@ ADD . /app
WORKDIR /app
RUN uv sync --frozen
EXPOSE 8000
CMD ["uv", "run", "fastapi", "dev", "main.py"]
CMD ["uv", "run", "fastapi", "dev", "main.py", "--host", "0.0.0.0"]