have docker version in compose too
Unit Tests with docker compose and cargo / unit-test (push) Failing after 1m29s Details

This commit is contained in:
Alie 2024-12-03 11:17:35 +01:00
parent 0f307b36cc
commit e45088c1a8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ services:
JWTSECRET: "cooljwtsecret"
bot:
image: rust
image: rust:1.82.0-slim-bullseye
container_name: bot
working_dir: /app
entrypoint: ["cargo"]