mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update Dockerfile
This commit is contained in:
parent
d85172449b
commit
ec2f67fa9e
@ -11,7 +11,7 @@ RUN pip install -r requirements.txt
|
||||
RUN mkdir /data
|
||||
|
||||
# Starts our application
|
||||
CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "8000", "--log-level", "info"]
|
||||
CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--log-level", "info"]
|
||||
|
||||
# Expose the port in which the application will be deployed
|
||||
EXPOSE 8000
|
||||
|
Loading…
Reference in New Issue
Block a user