Skip to content

Commit

Permalink
update for latest changes to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 24, 2023
1 parent 7ace8ed commit 1a41f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ services:
build:
context: docker
dockerfile: lila-fishnet.Dockerfile
environment:
- REDIS_HOST=redis
restart: unless-stopped
networks:
- lila-network
Expand Down
4 changes: 1 addition & 3 deletions docker/lila-fishnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.1_12_1.9.7_3.3.1

WORKDIR /lila-fishnet

ENTRYPOINT \
echo "REDIS_HOST=redis" >> .env && \
sbt app/run
ENTRYPOINT sbt app/run

0 comments on commit 1a41f32

Please sign in to comment.