Deploying the Ballerina integration example in a Docker container
问题 On the Ballerina Quick Tour page, there is an example on deploying a previously created integration microservice (which is supposed to send a Tweet) within in a docker container. However, that part of the documentation doesn't describe how to package the "twitter.toml" (authentication details) within the container. Therefore, it doesn't work as it does when it wasn't deployed within a container. How can this be resolved? 回答1: The piece on copying the config file is missing there. Try adding