Skip to content

Commit

Permalink
trigger docker build kawhii#44
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Dec 5, 2017
1 parent 7178186 commit 73df019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ FROM java:8
MAINTAINER Kawhii Carl ([email protected])
RUN apt-get update
RUN apt-get install -y maven
COPY .* /usr/local/service
ADD . /usr/local/service
WORKDIR /usr/local/service
RUN mvn install
RUN java -jar sso-config/target/ sso-config.jar &
EXPOSE 8888
EXPOSE 8443
CMD ["java","-jar","sso-server/target/cas.war"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
1. 每一个阶段都会封版打一个tag,需要的进行[下载](https://github.com/kawhii/sso/releases)
2. 原始构建文件存在于original-files目录下

## Development [![Dependency Status](https://www.versioneye.com/user/projects/59b6afd60fb24f004e1a656b/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59b6afd60fb24f004e1a656b) <!-- [![Dependency Status](https://dependencyci.com/github/kawhii/sso/badge)](https://dependencyci.com/github/kawhii/sso) -->[![codebeat badge](https://codebeat.co/badges/4b430ffd-0cb8-4310-b081-955a66e65c76)](https://codebeat.co/projects/github-com-laomazi2006-sso-master)
## Development [![Dependency Status](https://www.versioneye.com/user/projects/59b6afd60fb24f004e1a656b/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59b6afd60fb24f004e1a656b) [![codebeat badge](https://codebeat.co/badges/4b430ffd-0cb8-4310-b081-955a66e65c76)](https://codebeat.co/projects/github-com-laomazi2006-sso-master)

* jdk8
* maven3
Expand Down

0 comments on commit 73df019

Please sign in to comment.