Skip to content

Commit ee12839

Browse files
committed
chore(devcontainer): remap GAMCFGDIR to subdir
support multiple config subdirs, e.g. for GYB
1 parent b787a5b commit ee12839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
dockerfile: .devcontainer/Dockerfile
66
image: compiler_admin:dev
77
environment:
8-
GAMCFGDIR: /home/compiler/.config/gam
8+
GAMCFGDIR: /home/compiler/.config/compiler-admin/gam
99
entrypoint: sleep infinity
1010
volumes:
11-
- ./:/home/compiler/admin
12-
- ./.config/:/home/compiler/.config/gam
13-
- ./.downloads/:/home/compiler/Downloads
11+
- .:/home/compiler/admin
12+
- ./.config:/home/compiler/.config/compiler-admin
13+
- ./.downloads:/home/compiler/Downloads

0 commit comments

Comments
 (0)