Skip to content

Commit 6f7e95c

Browse files
updated readme
1 parent f42a689 commit 6f7e95c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,18 @@ This app helps in displaying image details available in an azure container regis
6262

6363
![wrong-acr-name-error.jpeg](wrong-acr-name-error.jpeg)
6464

65+
# Deployment
6566

67+
You can manually run the application as a docker container using below command:
68+
69+
Build the image using:
70+
71+
* clone the repo && switch to the direcctory
72+
73+
`docker build -t <image:tag> .`
74+
* To deploy
75+
76+
`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>`
6677

6778

6879

0 commit comments

Comments
 (0)