dockerization #1

Merged
bizcochito merged 4 commits from dockerization into develop 2024-02-17 11:15:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 930aef3e55 - Show all commits

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: