Skip to content

Commit

Permalink
disabled entrypoint script for better handling in jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Lehmann committed Mar 28, 2022
1 parent f77fafa commit 63c245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apk update \
ENV PATH $PATH:$JMETER_BIN

# Entrypoint has same signature as "jmeter" command
COPY entrypoint.sh /
#COPY entrypoint.sh /
WORKDIR ${JMETER_HOME}
ENTRYPOINT ["/entrypoint.sh"]
#ENTRYPOINT ["/entrypoint.sh"]

# -----------------------------------------------------------------------
# JMeter layer including plugins
Expand Down

0 comments on commit 63c245f

Please sign in to comment.