File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ RUN groupadd -g 999 kpow && \
18
18
19
19
RUN yum remove shadow-utils -y
20
20
21
- USER kpow
21
+ COPY resources/eula.txt /licenses/eula.txt
22
+ COPY target/kpow-java17-standalone.jar /opt/operatr/lib/kpow.jar
22
23
23
- ADD --chmod=044 resources/eula.txt /licenses/eula.txt
24
- ADD --chmod=044 target/kpow-java17-standalone.jar /opt/operatr/lib/kpow.jar
24
+ USER kpow
25
25
26
26
ENV CORE_ASYNC_POOL_SIZE=8
27
27
ENV JVM_OPTS="-server -Dclojure.core.async.pool-size=$CORE_ASYNC_POOL_SIZE -XX:MaxInlineLevel=15 -Djava.awt.headless=true -XX:InitialRAMPercentage=70 -XX:MaxRAMPercentage=70 --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED"
You can’t perform that action at this time.
0 commit comments