Fix overrideCommand value in devcontainer so that the django container can run (#4517)

This commit is contained in:
Tharushan 2023-08-14 11:50:47 +02:00 committed by GitHub
parent bd153d0691
commit 3415586cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 containers default command // /bin/sh -c "while sleep 1000; do :; done" when starting the container instead of the containers 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",