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
|
image: rust
|
||||||
container_name: bot
|
container_name: bot
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
entrypoint: ["cargo", "t"]
|
entrypoint: ["cargo"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- bot-api
|
- bot-api
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue