fix docker compose shell task (#253)

motivation: make it easier to shell into interactive session

changes: pass -l flag to bash to inherit PATH
This commit is contained in:
tomer doron
2022-03-17 22:15:16 -07:00
committed by GitHub
parent 51c27f9b0e
commit f2a0ef59ac
+1 -1
View File
@@ -48,4 +48,4 @@ services:
shell:
<<: *common
entrypoint: /bin/bash
entrypoint: /bin/bash -l