noahsettersten commited on
Commit
537d91f
1 Parent(s): c76506c

chore: Add basic Docker instructions to README

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -9,6 +9,11 @@ Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
9
 
10
  Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
11
 
 
 
 
 
 
12
  ## Learn more
13
 
14
  * Official website: https://www.phoenixframework.org/
 
9
 
10
  Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
11
 
12
+ ## Run in Docker
13
+
14
+ 1. Build the image with: `docker build . -t headwayio/medical_transcription`
15
+ 2. Run a container with: `docker run --env-file ./.env -p 4000:4000 headwayio/medical_transcription`
16
+
17
  ## Learn more
18
 
19
  * Official website: https://www.phoenixframework.org/