Skip to content

Commit 1dcbad6

Browse files
authored
[FIX] devcontainer path (#1147)
* make sure headers are added * update paths on devcontainer since behavior appears to have changed
1 parent aec1b6c commit 1dcbad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222

2323
volumes:
2424
# Update this to wherever you want VS Code to mount the folder of your project
25-
- ./compose:/compose:cached
25+
- ./:/compose:cached
2626

2727
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
2828
# - /var/run/docker.sock:/var/run/docker.sock

.devcontainer/store/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222

2323
volumes:
2424
# Update this to wherever you want VS Code to mount the folder of your project
25-
- ./store:/neurostore:cached
25+
- ./:/neurostore:cached
2626

2727
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
2828
# - /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)