Skip to content

Commit

Permalink
removed instruction that was running the entrypoint script prior to t…
Browse files Browse the repository at this point in the history
…he entrypoint
  • Loading branch information
algchoo committed Feb 14, 2024
1 parent 702ea79 commit c1ce933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mq-metric-samples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ COPY genericresources/createcerts/server.pem /opt/mqm/server.pem
# Create the keystore using a script
COPY genericresources/createcerts/entrypoint.sh /opt/mqm/entrypoint.sh
RUN chmod +x /opt/mqm/entrypoint.sh
RUN /opt/mqm/entrypoint.sh

# Install packages
RUN apt-get update \
Expand Down

0 comments on commit c1ce933

Please sign in to comment.