Emmanuel Chinonye Nnajiofor commited on
Commit
3e92c29
·
1 Parent(s): e23fefd

WIP: Minor addition to docs

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -75,6 +75,14 @@ A conversational assistant designed to help clinicians in Kenya access patient d
75
  ```sh
76
  make run
77
  ```
 
 
 
 
 
 
 
 
78
 
79
  ---
80
 
 
75
  ```sh
76
  make run
77
  ```
78
+ ### Docker Alternative
79
+ 5. Build the Docker image:
80
+ ```sh
81
+ docker build -t clinician-assistant .
82
+ ```
83
+ ```sh
84
+ docker run -p 7860:7860 --env-file config.env clinician-assistant
85
+ ```
86
 
87
  ---
88