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