mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
Reworked the devcontainer to bring in more tools and up to standards
This commit is contained in:
parent
bb1ea9dcf3
commit
c405d8ca5f
3 changed files with 46 additions and 6 deletions
10
.devcontainer/docker-compose.yml
Normal file
10
.devcontainer/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
ai-code-reviewer:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ..:/workspace
|
||||
command: sleep infinity
|
Loading…
Add table
Add a link
Reference in a new issue