Skip to content

Commit

Permalink
[MOSIP-32461] Fix dockerfile issues
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 authored May 28, 2024
1 parent dea95a1 commit 5792cd8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ ARG loader_path=${work_dir}/additional_jars/

ENV loader_path_env=${loader_path}

# set working directory for the user
WORKDIR ${work_dir}

ADD ./target/${group_name}-*.jar ${group_name}.jar

ADD configure_start.sh configure_start.sh
Expand All @@ -89,9 +92,6 @@ RUN apt-get -y update \
# change volume to whichever storage directory you want to use for this container.
# /home/logs

# set working directory for the user
WORKDIR ${work_dir}

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

Expand Down

0 comments on commit 5792cd8

Please sign in to comment.