forked from zalando/nakadi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Viktor Buldakov
committed
Aug 17, 2016
1 parent
b70cae8
commit 1d2f11b
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,4 @@ kafka-src | |
.settings | ||
/bin/ | ||
scm-source.json | ||
plugins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ MAINTAINER Team Aruha, [email protected] | |
|
||
WORKDIR / | ||
ADD build/libs/nakadi.jar nakadi.jar | ||
ADD plugins/* plugins/ | ||
ADD plugins plugins/ | ||
ADD scm-source.json /scm-source.json | ||
|
||
EXPOSE 8080 | ||
|
||
# run the server when a container based on this image is being run | ||
ENTRYPOINT java $JAVA_OPTS -Dloader.path=/plugins -Djava.security.egd=file:/dev/./urandom -jar nakadi.jar | ||
|
||
ENTRYPOINT java $JAVA_OPTS -Dloader.path=/plugins -Djava.security.egd=file:/dev/./urandom -jar nakadi.jar |
Empty file.