From 6f7e95ca79ad12cebc96fcfdf327eec396c728f3 Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Wed, 24 Jul 2024 15:00:02 +0530 Subject: [PATCH] updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index febaf08..e6b63a9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,18 @@ This app helps in displaying image details available in an azure container regis ![wrong-acr-name-error.jpeg](wrong-acr-name-error.jpeg) +# Deployment +You can manually run the application as a docker container using below command: + +Build the image using: + +* clone the repo && switch to the direcctory + + `docker build -t .` +* To deploy + + `docker run -p 8501:8501 -e AZURE_CLIENT_ID=client_id -e AZURE_CLIENT_SECRET=client_secret -e AZURE_TENANT_ID=tenant_id -it `