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 committed Apr 4, 2024
1 parent 0ffbd00 commit 4984282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/debezium-fixer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN apk add curl bash vim jq \
USER ${container_user}
WORKDIR /home/${container_user}

ADD --chown=${container_user}:${container_user_group} docker-entrypoint.sh .

USER ${container_user_uid}:${container_user_gid}

CMD ["./docker-entrypoint.sh"]

0 comments on commit 4984282

Please sign in to comment.