Skip to content

Commit 648d02f

Browse files
moved postcreatecommand to bottom
1 parent 97a2181 commit 648d02f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
]
2121
}
2222
},
23-
"forwardPorts": [8888, 8080, 9001, 5432],
24-
"postCreateCommand": "make run-all-data-pipelines",
2523
"portsAttributes": {
2624
"8888": {
2725
"label": "JupyterLab"
@@ -35,5 +33,7 @@
3533
"5432": {
3634
"label": "Postgres"
3735
}
38-
}
36+
},
37+
"forwardPorts": [8888, 8080, 9001, 5432],
38+
"postCreateCommand": "make run-all-data-pipelines"
3939
}

0 commit comments

Comments
 (0)