Skip to content

Commit

Permalink
[MOSIP-31575] Updated docker file.
Browse files Browse the repository at this point in the history
Signed-off-by: abhishek8shankar <[email protected]>
  • Loading branch information
abhishek8shankar authored Apr 3, 2024
1 parent c897835 commit 6ca6bd2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ RUN groupadd -g ${container_user_gid} ${container_user_group} \

# Start Nginx with daemon off
CMD ["nginx", "-g", "daemon off;"]

USER ${container_user_uid}:${container_user_gid}

0 comments on commit 6ca6bd2

Please sign in to comment.