Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 22, 2024
1 parent d75f832 commit a164f1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"containerEnv": {
"HOST_PROJECT_PATH": "${localWorkspaceFolder}",
"PROJECT_NAME": "${localWorkspaceFolderBasename}",
"PROJECT_PATH": "${containerWorkspaceFolder}",
"PROJECT_PATH": "${containerWorkspaceFolder}"
},
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build": {
Expand All @@ -14,9 +14,7 @@
"target": "devcontainer",
"args": {
"PROJECT_NAME": "${localWorkspaceFolderBasename}",
"PROJECT_PATH": "${containerWorkspaceFolder}",
// "TZ": "${localEnv:TZ:America/New_York}",
// "TERM_SHELL": "${localEnv:TERM_SHELL:zsh}"
"PROJECT_PATH": "${containerWorkspaceFolder}"
}
},
"updateContentCommand": "LC_ALL=C.UTF-8 ansible-playbook --inventory 127.0.0.1 --connection=local ${containerWorkspaceFolder}/.devcontainer/ansible/setup-container.yml",
Expand Down

0 comments on commit a164f1b

Please sign in to comment.