Skip to content

Commit

Permalink
copy the jar last for more speed
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 4, 2023
1 parent f7dd4b4 commit 28b5b3e
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 @@ -39,8 +39,6 @@ RUN curl -sLo /tmp/profiler.tar.gz "https://github.com/jvm-profiling-tools/async
&& mv /opt/async-profiler* /opt/async-profiler \
&& ln -s /opt/async-profiler/profiler.sh /usr/local/bin/async-profiler

COPY sponge.jar /sponge.jar

COPY --from=mcrcon /mcrcon /opt/mcrcon
COPY mcrcon.sh /usr/local/bin/mcrcon

Expand Down Expand Up @@ -121,3 +119,5 @@ ENV ALLOW_FLIGHT=false \

STOPSIGNAL INT

COPY sponge.jar /sponge.jar

0 comments on commit 28b5b3e

Please sign in to comment.