mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix overrideCommand
value in devcontainer
so that the django
container can run (#4517)
This commit is contained in:
parent
bd153d0691
commit
3415586cf7
|
@ -24,7 +24,7 @@
|
||||||
],
|
],
|
||||||
// Tells devcontainer.json supporting services / tools whether they should run
|
// Tells devcontainer.json supporting services / tools whether they should run
|
||||||
// /bin/sh -c "while sleep 1000; do :; done" when starting the container instead of the container’s default command
|
// /bin/sh -c "while sleep 1000; do :; done" when starting the container instead of the container’s default command
|
||||||
"overrideCommand": true,
|
"overrideCommand": false,
|
||||||
"service": "django",
|
"service": "django",
|
||||||
// "remoteEnv": {"PATH": "/home/dev-user/.local/bin:${containerEnv:PATH}"},
|
// "remoteEnv": {"PATH": "/home/dev-user/.local/bin:${containerEnv:PATH}"},
|
||||||
"remoteUser": "dev-user",
|
"remoteUser": "dev-user",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user