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 Mar 21, 2024
1 parent 96c47b4 commit 337d06d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pmp-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ RUN apt-get -y update \
&& useradd -u ${container_user_uid} -g ${container_user_group} -s /bin/sh -m ${container_user} \
&& mkdir -p /var/run/nginx /var/tmp/nginx \
&& chown -R ${container_user}:${container_user} /home/${container_user} /usr/share/nginx /var/run/nginx /var/tmp/nginx ${base_path}/assets/i18n ${base_path}/assets/entity-spec
&& chown -R ${container_user}:${container_user}
&& chown -R ${container_user}:${container_user}

# select container user for all tasks
USER ${container_user_uid}:${container_user_gid}
Expand Down

0 comments on commit 337d06d

Please sign in to comment.