Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
liushiming committed Jul 19, 2017
1 parent f1f1f56 commit 9fcb043
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions saluki-example/saluki-example-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM yingjunjiao/runtime-image:1.0
ENV TZ="Asia/Shanghai"
ENV LANG C.UTF-8
ADD saluki-example/saluki-example-client/target/saluki-example-client-1.5.2-SNAPSHOT.jar /root/app.jar
ADD bin/ /root/
RUN chmod +x /root/*.sh;mkdir /root/logs
ENV JAVA_OPTS ""
ENV APP_NAME saluki-example-consumer
WORKDIR /root
CMD ["./start.sh"]

0 comments on commit 9fcb043

Please sign in to comment.