fix(devcontainer): overrideCommand set to false so django container can run

This commit is contained in:
Tharushan 2023-08-13 12:35:34 +02:00
parent bd153d0691
commit b9845807d3

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",