Skip to content

Commit 7ace8ed

Browse files
committed
use latest rediculous version
1 parent 8530a6d commit 7ace8ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker/lila-fishnet.Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.1_12_1.9.7_3.3.1
22

3-
RUN git clone -b fix/pub-sub https://github.com/lenguyenthanh/rediculous.git && \
4-
cd rediculous && \
5-
sbt +publishLocal
6-
73
WORKDIR /lila-fishnet
84

95
ENTRYPOINT \
10-
LOCAL_REDICULOUS_VERSION=$(ls /root/.ivy2/local/io.chrisdavenport/rediculous_3) && \
11-
sed -i 's/rediculous.*/rediculous" % "'$LOCAL_REDICULOUS_VERSION'"/' project/Dependencies.scala && \
126
echo "REDIS_HOST=redis" >> .env && \
137
sbt app/run

0 commit comments

Comments
 (0)