Skip to content

Commit 675bd2a

Browse files
committed
refactor(devcontainer): move compose file to root
1 parent 5a1a29b commit 675bd2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compilerla/conventional-pre-commit",
3-
"dockerComposeFile": ["./compose.yml"],
3+
"dockerComposeFile": ["../compose.yml"],
44
"service": "dev",
55
"runServices": ["dev"],
66
"workspaceFolder": "/home/compiler/src",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22
dev:
33
build:
4-
context: ..
4+
context: .
55
dockerfile: .devcontainer/Dockerfile
66
entrypoint: []
77
command: sleep infinity
88
image: compilerla/conventional-pre-commit:dev
99
volumes:
10-
- ../:/home/compiler/src
10+
- ./:/home/compiler/src

0 commit comments

Comments
 (0)