mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 21:24:43 +00:00
Removed tmp mount in devcontainer.json (#4708)
Co-authored-by: Paul <aetherqi@gmail.com>
This commit is contained in:
parent
9c016b7528
commit
3f6c51fc6c
1 changed files with 0 additions and 5 deletions
|
|
@ -11,11 +11,6 @@
|
|||
"target": "/home/dev-user/.bash_history",
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"source": "/tmp",
|
||||
"target": "/tmp",
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"source": "~/.ssh",
|
||||
"target": "/home/dev-user/.ssh",
|
||||
|
|
|
|||
Loading…
Reference in a new issue