Skip to content

Commit

Permalink
fix(devcontainer): overrideCommand set to false so django container c…
Browse files Browse the repository at this point in the history
…an run
  • Loading branch information
Tharushan committed Aug 13, 2023
1 parent bd153d0 commit b984580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
// 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
"overrideCommand": true,
"overrideCommand": false,
"service": "django",
// "remoteEnv": {"PATH": "/home/dev-user/.local/bin:${containerEnv:PATH}"},
"remoteUser": "dev-user",
Expand Down

0 comments on commit b984580

Please sign in to comment.