have docker version in compose too
Unit Tests with docker compose and cargo / unit-test (push) Failing after 1m29s
Details
Unit Tests with docker compose and cargo / unit-test (push) Failing after 1m29s
Details
This commit is contained in:
parent
0f307b36cc
commit
e45088c1a8
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue