updated dockerfile to remove specified host
This commit is contained in:
parent
e3f2a0447e
commit
b860fac5d0
@ -4,4 +4,4 @@ ADD . /app
|
||||
WORKDIR /app
|
||||
RUN uv sync --frozen
|
||||
EXPOSE 8000
|
||||
CMD ["uv", "run", "fastapi", "dev", "main.py", "--host", "0.0.0.0"]
|
||||
CMD ["uv", "run", "fastapi", "dev", "main.py"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user