made it posible to run other cargo commands other than test
This commit is contained in:
parent
f8a07d8d2c
commit
930aef3e55
|
@ -31,7 +31,7 @@ services:
|
|||
image: rust
|
||||
container_name: bot
|
||||
working_dir: /app
|
||||
entrypoint: ["cargo", "t"]
|
||||
entrypoint: ["cargo"]
|
||||
depends_on:
|
||||
- bot-api
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue