Pass Java arguments to Docker containers
Compare changes
+ 15
− 6
@@ -33,6 +33,13 @@ java -jar core.jar
@@ -61,12 +68,14 @@ As opposed to running the worker with the jar, all environment variables are man
Updates the Dockerfiles so end-users can pass arbitrary Java arguments.
To be filled in by the reviewers