From 930aef3e5533bc72c265d834e517922c38758743 Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 17 Feb 2024 12:11:15 +0100 Subject: [PATCH] made it posible to run other cargo commands other than test --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 4a44a8e..d0495cc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,7 +31,7 @@ services: image: rust container_name: bot working_dir: /app - entrypoint: ["cargo", "t"] + entrypoint: ["cargo"] depends_on: - bot-api volumes: