timgremore commited on
Commit
e9259f5
1 Parent(s): eb6a388

fix: Medical Transcription is now Medicode

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -90,7 +90,7 @@ RUN chown nobody /app
90
  ENV MIX_ENV="prod"
91
 
92
  # Only copy the final release from the build stage
93
- COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/medical_transcription ./
94
 
95
  USER nobody
96
 
 
90
  ENV MIX_ENV="prod"
91
 
92
  # Only copy the final release from the build stage
93
+ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/medicode ./
94
 
95
  USER nobody
96