mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 14:58:55 +00:00
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "Rocket.Chat Gitpod",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "./Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
|
},
|
|
"forwardPorts": [3000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
}
|
|
}
|