-
Notifications
You must be signed in to change notification settings - Fork 3
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
Manuel Perez Belmonte
committed
Oct 5, 2017
1 parent
1f5ee98
commit ee246a4
Showing
3 changed files
with
5 additions
and
3 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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
FROM openjdk:8-jre-alpine | ||
EXPOSE 8888 | ||
|
||
LABEL version="0.5.0-alpha1" | ||
|
||
ADD conf/ece.conf ece.conf | ||
ADD target/elastest-cost-engine-0.0.2-SNAPSHOT.jar ece.jar | ||
ADD run.sh run.sh | ||
|
||
RUN chmod +x run.sh | ||
|
||
CMD ["/bin/ash", "run.sh"] | ||
CMD ["/bin/ash", "run.sh"] |
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
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