Update Dockerfile

This commit is contained in:
童颖佳 2023-03-28 17:34:48 +08:00 committed by GitHub
parent 42ae1b489d
commit 0d4efaa0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,3 +16,4 @@ CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--log-le
# Expose the port in which the application will be deployed
EXPOSE 5000