mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
format
This commit is contained in:
parent
a0b61c9251
commit
bbb05b255f
@ -6,10 +6,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
"runArgs": [
|
"runArgs": ["-p", "8181:8191"],
|
||||||
"-p",
|
|
||||||
"8181:8191"
|
|
||||||
],
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
@ -26,9 +23,7 @@
|
|||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||||
// "features": {},
|
// "features": {},
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [
|
"forwardPorts": [6080],
|
||||||
6080
|
|
||||||
],
|
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||||
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user