Skip to content

Commit

Permalink
Test more quoting, it really seems like its a quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 23, 2023
1 parent 02d14a0 commit a7444b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/misbehaving-jmx-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mvn dependency:resolve

# Copy the source code and build the JAR file
COPY src/ /app/src/
RUN mvn compile assembly:single
RUN ["mvn", "compile", "assembly:single"]

RUN ls /app/target

Expand Down
Binary file added tools/misbehaving-jmx-server/dd-java-agent.jar
Binary file not shown.

0 comments on commit a7444b2

Please sign in to comment.