Skip to content

Commit

Permalink
FI-3565: upgrade dockerfile to match upstream (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall authored Dec 18, 2024
1 parent 637a014 commit c5ec6ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN adduser $APPLICATION_USER
RUN mkdir /app
RUN chown -R $APPLICATION_USER /app

RUN mkdir /home/$APPLICATION_USER/.fhir
RUN chown -R $APPLICATION_USER /home/$APPLICATION_USER/.fhir

USER $APPLICATION_USER

# These lines copy the packaged application into the Docker image and sets the working directory to where it was copied.
Expand Down

0 comments on commit c5ec6ae

Please sign in to comment.