mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Add VSCode devcontainer support
This commit is contained in:
parent
d8b7d0cba5
commit
96101f267d
1 changed files with 10 additions and 0 deletions
10
.devcontainer/devcontainer.json
Normal file
10
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Zeppelin Development",
|
||||
|
||||
"dockerComposeFile": "../docker/development/docker-compose.yml",
|
||||
"runArgs": ["--env-file", "../.env"],
|
||||
|
||||
"service": "devenv",
|
||||
"remoteUser": "ubuntu",
|
||||
"workspaceFolder": "/home/ubuntu/zeppelin"
|
||||
}
|
Loading…
Add table
Reference in a new issue