This commit is contained in:
parent
a57fcf3069
commit
524aca0d96
|
@ -14,8 +14,7 @@ RUN pip install uv
|
||||||
RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
|
RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
|
||||||
RUN uv pip install --python /usr/local/bin/python3 -e .
|
RUN uv pip install --python /usr/local/bin/python3 -e .
|
||||||
|
|
||||||
# Make port 80 available to the world outside this container
|
EXPOSE 8080
|
||||||
EXPOSE 80
|
|
||||||
|
|
||||||
# Run the command to start uvicorn
|
# Run the command to start uvicorn
|
||||||
CMD ["uvicorn", "hellocomputer.main:app", "--host", "0.0.0.0", "--port", "80"]
|
CMD ["uvicorn", "hellocomputer.main:app", "--host", "0.0.0.0", "--port", "8080"]
|
Loading…
Reference in a new issue