Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-04-04 09:42:04 +08:00 committed by GitHub
parent 89a250b9b8
commit b3342d50b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,7 @@ RUN pip install -r requirements.txt
RUN mkdir /data
# Start our application
CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--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 5000