noahsettersten commited on
Commit
b8636e7
1 Parent(s): 2989367

docs: Note local changes needed to build in Docker

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -39,6 +39,12 @@ To build the code vectors for the ICD-9 codelist for the deployed environment:
39
  3. Build the image with: `docker build . -t headwayio/medical_transcription`
40
  4. Run a container with: `docker run --env-file ./.env -p 4000:4000 headwayio/medical_transcription`
41
 
 
 
 
 
 
 
42
  ## Learn more
43
 
44
  * Official website: https://www.phoenixframework.org/
 
39
  3. Build the image with: `docker build . -t headwayio/medical_transcription`
40
  4. Run a container with: `docker run --env-file ./.env -p 4000:4000 headwayio/medical_transcription`
41
 
42
+ ### Caveats
43
+
44
+ You may need to make a few changes to get the app running in Docker at the moment:
45
+ - In `lib/medical_transcription/application.ex`, comment out the `DNSCluster` child spec.
46
+ - In `rel/env.sh.eex`, comment out the `ERL_AFLAGS`, `RELEASE_DISTRIBUTION`, and `RELEASE_NODE` environment variables.
47
+
48
  ## Learn more
49
 
50
  * Official website: https://www.phoenixframework.org/