We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a95a7 commit c5156b1Copy full SHA for c5156b1
Makefile
@@ -11,7 +11,7 @@ cargo:
11
# Build Docker image for testing
12
docker:
13
@echo "🐳 Building Docker test image..."
14
- docker build -t rb-test .
+ docker compose build
15
16
# Run ShellSpec tests using Docker Compose
17
spec: cargo docker
0 commit comments