Skip to content

Commit

Permalink
update lila command
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 22, 2024
1 parent 4d61982 commit 4a1b10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
dockerfile: sbt.Dockerfile
user: ${USER_ID}:${GROUP_ID}
working_dir: /lila
entrypoint: ./lila run
entrypoint: ./lila.sh run
restart: unless-stopped
networks:
- lila-network
Expand Down
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.10.2_3.5.1 AS lilabui

COPY --from=node /lila /lila
WORKDIR /lila
RUN ./lila stage
RUN ./lila.sh stage

##################################################################################
FROM mongo:7-jammy
Expand Down

0 comments on commit 4a1b10f

Please sign in to comment.