Skip to content

Commit e0d33a6

Browse files
authored
Update devImage.jsonc
1 parent 096cd4e commit e0d33a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/devImage.jsonc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
},
1414

15-
// "remoteUser": "root", // run as root when in prod
15+
// "remoteUser": "root", // run as root when debugging
1616

1717
"remoteEnv": {
1818
"target_repo": "https://github.com/dleeftink/observable-python-codespace.git",
@@ -31,11 +31,10 @@
3131
// "waitFor": "updateContentCommand",
3232

3333
// to do: env.yaml
34-
"onCreateCommand": "bash -c 'eval \"$(micromamba shell hook --shell bash)\" && micromamba activate && micromamba install python -c conda-forge -y'",
3534
"postCreateCommand": "source .devcontainer/setup.sh",
3635

3736
"postAttachCommand": {
38-
//"serve": "bash -c 'eval \"$(micromamba shell hook -s bash )\" && micromamba activate base && npm run get && npm run obs'"
37+
"serve": "npm run dep && npm run dev"
3938
},
4039

4140
// Configure tool-specific properties.

0 commit comments

Comments
 (0)