mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
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:
@@ -48,4 +48,4 @@ services:
|
||||
|
||||
shell:
|
||||
<<: *common
|
||||
entrypoint: /bin/bash
|
||||
entrypoint: /bin/bash -l
|
||||
|
||||
Reference in New Issue
Block a user