Skip to content

Commit 234bac3

Browse files
authored
Merge pull request #49 from factorhouse/fix-compat
Fix compat
2 parents 96e0c5c + a759937 commit 234bac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfile/compat/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ RUN groupadd -g 999 kpow && \
1818

1919
RUN yum remove shadow-utils -y
2020

21-
USER kpow
21+
COPY resources/eula.txt /licenses/eula.txt
22+
COPY target/kpow-java17-standalone.jar /opt/operatr/lib/kpow.jar
2223

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
2525

2626
ENV CORE_ASYNC_POOL_SIZE=8
2727
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"

0 commit comments

Comments
 (0)