This commit is contained in:
Thephaseless 2024-08-25 15:11:03 +00:00
parent a0b61c9251
commit bbb05b255f

View File

@ -6,10 +6,7 @@
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": [
"-p",
"8181:8191"
],
"runArgs": ["-p", "8181:8191"],
"customizations": {
"vscode": {
"extensions": [
@ -26,9 +23,7 @@
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
6080
],
"forwardPorts": [6080],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/desktop-lite:1": {}