Skip to content

Commit f2a0ef5

Browse files
authored
fix docker compose shell task (#253)
motivation: make it easier to shell into interactive session changes: pass -l flag to bash to inherit PATH
1 parent 51c27f9 commit f2a0ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ services:
4848

4949
shell:
5050
<<: *common
51-
entrypoint: /bin/bash
51+
entrypoint: /bin/bash -l

0 commit comments

Comments
 (0)