Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-03-23 14:50:22 +08:00 committed by GitHub
parent d85172449b
commit ec2f67fa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ RUN pip install -r requirements.txt
RUN mkdir /data RUN mkdir /data
# Starts our application # 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 the port in which the application will be deployed
EXPOSE 8000 EXPOSE 8000