mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
Removed tmp mount in devcontainer.json (#4708)
Co-authored-by: Paul <aetherqi@gmail.com>
This commit is contained in:
parent
9c016b7528
commit
3f6c51fc6c
|
@ -11,11 +11,6 @@
|
||||||
"target": "/home/dev-user/.bash_history",
|
"target": "/home/dev-user/.bash_history",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"source": "/tmp",
|
|
||||||
"target": "/tmp",
|
|
||||||
"type": "bind"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"source": "~/.ssh",
|
"source": "~/.ssh",
|
||||||
"target": "/home/dev-user/.ssh",
|
"target": "/home/dev-user/.ssh",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user