From 4c5f91eea6ce76599ef76ee645744b9547a0958d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 28 Sep 2017 18:03:25 +0200 Subject: Add Kotlin simulator Docker configuration This change adds the Docker configuration for the Kotlin simulator to the repository. --- build/supervisord.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build') diff --git a/build/supervisord.conf b/build/supervisord.conf index 37b5cc16..ff4556a4 100644 --- a/build/supervisord.conf +++ b/build/supervisord.conf @@ -7,3 +7,12 @@ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 + +[program:simulator] +directory=/opendc/opendc-simulator/opendc-integration-jpa +command=/opendc/opendc-simulator/gradlew run +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 + -- cgit v1.2.3