fhueske commented on pull request #335: URL: https://github.com/apache/flink-web/pull/335#issuecomment-624479545
Building custom images can be simplified with `docker-compose build`. This works by adding an entry `build: ./dir-with-Dockerfile` to a container entry in `docker-compose.yml`. By running `docker-compose build`, users can build all images with a `build` entry. See an example [here](https://github.com/fhueske/flink-sql-demo/blob/master/docker-compose.yml#L37). This is just FYI. As Seth said, it would be a major effort to adjust the code and post so feel free to leave it as it is. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
