dockerization #1
|
@ -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