Skip to content

Commit

Permalink
disable pnpm install prompts during ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 7, 2024
1 parent e2a618a commit b661b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ services:
dockerfile: ui.Dockerfile
restart: unless-stopped
user: ${USER_ID}:${GROUP_ID}
environment:
- CI=1 # to disable pnpm install prompts
networks:
- lila-network
volumes:
Expand Down

0 comments on commit b661b3e

Please sign in to comment.