Hi Karl,
The `docker-compose run` command should terminate and return once the
assets are generated. We are not using docker-compose to spin up a bunch
of long running processes, but rather a one-off build/command. I can
confirm that on my local machine, the job terminates once the command
fi
Hi,
On 10.06.19 01:45, Francis Chuang wrote:
Hey everyone,
I am currently setting up automated website builds for Apache Calcite.
We are currently using docker-compose and the jekyll image to generate
the assets on our machines locally:
https://github.com/apache/calcite/blob/test-site/site/dock
Hey everyone,
I am currently setting up automated website builds for Apache Calcite.
We are currently using docker-compose and the jekyll image to generate
the assets on our machines locally:
https://github.com/apache/calcite/blob/test-site/site/docker-compose.yml
This works well and `docker