made it posible to run other cargo commands other than test

This commit is contained in:
Alie 2024-02-17 12:11:15 +01:00
parent f8a07d8d2c
commit 930aef3e55
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ services:
image: rust
container_name: bot
working_dir: /app
entrypoint: ["cargo", "t"]
entrypoint: ["cargo"]
depends_on:
- bot-api
volumes: