Skip to content

Commit

Permalink
Set SHELL env variable in local development containers to bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Dec 5, 2023
1 parent 52a4001 commit 9c067c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/config/local_dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ ELIOT_STATSD_NAMESPACE=mcboatface
ELIOT_STATSD_PORT=8125
ELIOT_SYMBOLS_CACHE_MAX_SIZE=4gb
ELIOT_SECRET_SENTRY_DSN=http://public@fakesentry:8090/1

# This makes the shell inside a dev container in VS Code work.
# The shell for the app user otherwise defaults to /sbin/nologin.
SHELL=/bin/bash

0 comments on commit 9c067c4

Please sign in to comment.