Skip to content

Commit bc090fb

Browse files
committed
Remove comments
1 parent 1c29eb3 commit bc090fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
// For format details, see https://aka.ms/devcontainer.json.
21
{
32
"name": "DataJoint Tutorial",
43
"dockerComposeFile": "docker-compose.yaml",
54
"service": "app",
65
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
7-
// Use this environment variable if you need to bind mount your local source code into a new container.
86
"remoteEnv": {
97
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
108
},
11-
// https://containers.dev/features
129
"onCreateCommand": "pip install -e . && MYSQL_VER=8.0 docker compose down && MYSQL_VER=8.0 docker compose up --build --wait",
1310
"postStartCommand": "docker volume prune -f",
1411
"hostRequirements": {

0 commit comments

Comments
 (0)