Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Jul 24, 2024
1 parent f42a689 commit 6f7e95c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <image:tag> .`
* 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 <image name: tag>`



Expand Down

0 comments on commit 6f7e95c

Please sign in to comment.