Change port
This commit is contained in:
parent
1424fb2f43
commit
52e38adcb7
@ -15,4 +15,4 @@ COPY . /app/
|
||||
EXPOSE 8000
|
||||
|
||||
# Run api.py when the container launches
|
||||
CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "3003"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user