Skip to content

Commit

Permalink
[DSD-3341]Updated Dockerfile (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitha650 authored Sep 5, 2023
1 parent 2d9f2a7 commit ddbfe88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ADD ./target/${group_name}-*.jar ${group_name}.jar
RUN chown -R ${container_user}:${container_user} /home/${container_user}

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

CMD if [ "$is_glowroot_env" = "present" ]; then \
wget "${iam_adapter_url_env}" -O "${loader_path_env}"/kernel-auth-adapter.jar; \
Expand Down

0 comments on commit ddbfe88

Please sign in to comment.