udpate build
This commit is contained in:
parent
9472170291
commit
f7cd4904d2
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ RUN apt-get update \
|
||||||
nano \
|
nano \
|
||||||
unzip \
|
unzip \
|
||||||
knockd \
|
knockd \
|
||||||
ttf-dejavu \
|
|
||||||
jq \
|
jq \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
@ -32,4 +31,4 @@ ADD ./build.sh /tmp
|
||||||
RUN /tmp/build.sh
|
RUN /tmp/build.sh
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
CMD java -Xms$MAX_MEM -Xmx$MAX_MEM -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar /velocity/velocity.jar
|
CMD java -Xms$MAX_MEM -Xmx$MAX_MEM -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar /velocity/velocity.jar -- -Dvelocity.packet-decode-logging=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue