mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
10 lines
No EOL
165 B
YAML
10 lines
No EOL
165 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
ai-code-reviewer:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ..:/workspace
|
|
command: sleep infinity |