File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"dockerComposeFile" : [" ../compose.yml" ],
4
4
"service" : " dev" ,
5
5
"forwardPorts" : [" docs:8000" , " kibana:5601" ],
6
- "workspaceFolder" : " /home/ caltrans/src " ,
6
+ "workspaceFolder" : " /caltrans/app " ,
7
7
"postStartCommand" : [" /bin/bash" , " bin/reset_db.sh" ],
8
8
"postAttachCommand" : [" /bin/bash" , " .devcontainer/postAttach.sh" ],
9
9
"customizations" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
# https://code.visualstudio.com/docs/remote/create-dev-container#_use-docker-compose
20
20
entrypoint : sleep infinity
21
21
volumes :
22
- - ./:/home/ caltrans/src
22
+ - ./:/caltrans/app
23
23
24
24
docs :
25
25
image : caltrans/pems:dev
@@ -28,7 +28,7 @@ services:
28
28
ports :
29
29
- " 8000"
30
30
volumes :
31
- - ./:/home/ caltrans/src
31
+ - ./:/caltrans/app
32
32
33
33
esconfig :
34
34
profiles : ["elasticstack"]
You can’t perform that action at this time.
0 commit comments