Skip to content

Commit 9bdcdd8

Browse files
committed
devcontainer
1 parent 07ed862 commit 9bdcdd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"name": "Default dev environment",
55
"image": "ghcr.io/itpplasma/devel-tex:latest",
66

7-
"mounts": [
8-
"source=/proj/plasma,target=/proj/plasma,type=bind,consistency=cached",
9-
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached"
10-
],
7+
//"mounts": [
8+
// "source=/proj/plasma,target=/proj/plasma,type=bind,consistency=cached",
9+
// "source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached"
10+
//],
1111

1212

1313
// Features to add to the dev container. More info: https://containers.dev/features.
@@ -17,7 +17,7 @@
1717
// "forwardPorts": [],
1818

1919
// Uncomment the next line to run commands after the container is created.
20-
"postCreateCommand": "echo 'source /workspaces/code/activate.sh' >> /root/.bashrc",
20+
"postCreateCommand": "source setup.sh; echo 'source /workspaces/code/activate.sh' >> /root/.bashrc",
2121

2222
// Configure tool-specific properties.
2323
"customizations": {

0 commit comments

Comments
 (0)