Skip to content

Commit

Permalink
chore: Update devcontainer.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer authored Aug 10, 2024
1 parent 7a68f44 commit 2c051e3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
"source=${localEnv:HOME}/.vscode-server,target=/home/vscode/.vscode-server-insiders/extensions,type=bind,consistency=cached"
],
"runArgs": [
"--env-file",
"./.devcontainer/.env"
],
"forwardPorts": [
8080
],
"remoteEnv": {
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
}
}
}

0 comments on commit 2c051e3

Please sign in to comment.