We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8530a6d commit 7ace8edCopy full SHA for 7ace8ed
docker/lila-fishnet.Dockerfile
@@ -1,13 +1,7 @@
1
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.1_12_1.9.7_3.3.1
2
3
-RUN git clone -b fix/pub-sub https://github.com/lenguyenthanh/rediculous.git && \
4
- cd rediculous && \
5
- sbt +publishLocal
6
-
7
WORKDIR /lila-fishnet
8
9
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 && \
12
echo "REDIS_HOST=redis" >> .env && \
13
sbt app/run
0 commit comments