Kyrylo Khatsko

Results 2 comments of Kyrylo Khatsko

For us `target:` not working in the first place. docker file ``` build dev build prod adduser graphuser ``` docker-compoer.yml ``` service-test: build: target: dev command: whoami ``` logs: ```...

Any options how it can work with several calls of context manager?