Skip to content

Commit

Permalink
add docker compose volume so that leaderboard isnt reset every image …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
ana_rchy committed May 31, 2024
1 parent 6b1f53d commit 5a55461
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ services:
env_file:
- ./.env
build: .
restart: on-failure:3
restart: on-failure:3

volumes:
- .:/eveningbot/

0 comments on commit 5a55461

Please sign in to comment.