diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 5e0365e9..f92f9558 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -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 +