Skip to content

Commit 0360959

Browse files
committed
fix compose file to work from within docker/ dir
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent 26c8f0d commit 0360959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# Mount the source code as a volume for development
1919
volumes:
2020
# Mount source code (read-only in production, read-write for development)
21-
- ./:/workspace:rw
21+
- ../:/workspace:rw
2222
# Persist build artifacts
2323
- et-build-cache:/workspace/build
2424
# Persist installed binaries
@@ -73,7 +73,7 @@ services:
7373

7474
volumes:
7575
# Mount source code for live development
76-
- ./:/workspace:rw
76+
- ../:/workspace:rw
7777
# Separate build cache for dev
7878
- et-dev-build-cache:/workspace/build
7979
# Share installed binaries with main container

0 commit comments

Comments
 (0)