module-ballerina-docker
module-ballerina-docker copied to clipboard
Support env key:values in docker annotation
We should have a way to pass env key: values to the docker container
Maybe we can use the following syntax
@docker:Config { env: [ { env-variable-name: "value"}, { secret: "$env{PASSWORD}"} ] }