Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
"spark-designer": "spark-designer",
"spark-file-syncer": "spark-file-syncer 13000 >> /tmp/.spark-file-syncer.log 2>&1"
},
"customizations": {
"codespaces": {
"onStopCommand": "REVISION_NAME='spark-preview' /usr/local/bin/deploy.sh"
}
},
"forwardPorts": [4000, 5000, 9000, 13000],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
}
}