Skip to content

Commit

Permalink
[MOSIP-27858]added helm install.sh github action for mockmds
Browse files Browse the repository at this point in the history
Signed-off-by: bhumi46 <[email protected]>
  • Loading branch information
bhumi46 committed Aug 8, 2024
1 parent 7021773 commit a7328dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MockMDS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ ENV work_dir=/home/${container_user}
# Copy files to the working directory

COPY entrypoint.sh ${work_dir}/
#COPY ./MockMDS/target/ $work_dir/target/
#COPY *.sh openssl.cnf ${work_dir}/
COPY ./MockMDS/target/ $work_dir/target/
COPY ./mds-certgen/*.sh openssl.cnf ${work_dir}/

# Install packages, download binaries, create user and group in a single RUN command
Expand Down

0 comments on commit a7328dd

Please sign in to comment.