Skip to content

Commit

Permalink
update sbtscala image
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 2, 2024
1 parent d852994 commit 5ed8181
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_3.3.1
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_3.4.0

RUN git clone --depth 1 https://github.com/lichess-org/lila.git /lila

Expand All @@ -7,4 +7,5 @@ COPY conf/ci.conf /lila/conf/application.conf
WORKDIR /lila
RUN ./lila stage

ENTRYPOINT sleep 10 && JAVA_OPTS="-Xms4g -Xmx4g" ./target/universal/stage/bin/lila -Dconfig.file="/lila/conf/application.conf" -Dlogger.file="/lila/conf/logger.dev.xml"
ENTRYPOINT sleep 10 \
&& JAVA_OPTS="-Xms4g -Xmx4g" ./target/universal/stage/bin/lila -Dconfig.file="/lila/conf/application.conf" -Dlogger.file="/lila/conf/logger.dev.xml"

0 comments on commit 5ed8181

Please sign in to comment.