diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-09-28 18:03:25 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-09-28 18:03:25 +0200 |
| commit | 4c5f91eea6ce76599ef76ee645744b9547a0958d (patch) | |
| tree | 3cf2b8e770df138911280cba435bd020e7ccba46 /build/supervisord.conf | |
| parent | e22a09ae9c23f3f84cca4321116048ef004ce29d (diff) | |
Add Kotlin simulator Docker configuration
This change adds the Docker configuration for the Kotlin simulator to
the repository.
Diffstat (limited to 'build/supervisord.conf')
| -rw-r--r-- | build/supervisord.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |
