Skip to content

Commit

Permalink
sbt stage for lila-fishnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 27, 2023
1 parent f8b1d70 commit b4b7c7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions conf/lila-fishnet.conf

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ services:
- lila-network
volumes:
- ./repos/lila-fishnet:/lila-fishnet
- ./conf/lila-fishnet.conf:/lila-fishnet/conf/application.conf
profiles:
- stockfish-play

Expand Down
3 changes: 2 additions & 1 deletion docker/lila-fishnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM sbtscala/scala-sbt:eclipse-temurin-focal-17.0.8.1_1_1.9.7_3.3.1

WORKDIR /lila-fishnet

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

0 comments on commit b4b7c7d

Please sign in to comment.