Skip to content

Commit

Permalink
Fix lila-fishnet restarts (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored Nov 9, 2023
1 parent 6b49326 commit 58c49c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/lila-fishnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ FROM sbtscala/scala-sbt:eclipse-temurin-focal-17.0.8.1_1_1.9.7_3.3.1
WORKDIR /lila-fishnet

ENTRYPOINT sbt stage && \
./target/universal/stage/bin/lila-fishnet -Dhttp.port=9665 -Dredis.uri="redis://redis"
./target/universal/stage/bin/lila-fishnet \
-Dhttp.port=9665 \
-Dpidfile.path=/dev/null \
-Dredis.uri="redis://redis"

0 comments on commit 58c49c8

Please sign in to comment.