mirror of
https://github.com/searxng/searxng.git
synced 2025-03-12 15:41:15 +00:00
[feat] add docker into devcontainer (#4475)
This commit is contained in:
parent
a88b4d7036
commit
8b1d73c5b9
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/github-cli": {}
|
||||
"ghcr.io/devcontainers/features/github-cli": {},
|
||||
"ghcr.io/devcontainers/features/docker-in-docker": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
|
Loading…
Reference in a new issue