Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
giosil committed Mar 24, 2020
1 parent 4723768 commit 08faeb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM tomcat
ENV DEPLOY_DIR /usr/local/tomcat/webapps
COPY target/saml-idp.war $DEPLOY_DIR
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Boilerplate for SAML Identity Provider implementation.

- `git clone https://github.com/giosil/saml-idp.git`
- `mvn clean install` - this will produce `saml-idp.war` in `target` directory
- `docker build -t saml-idp .` - this will create a Docker image named saml-idp
- `docker run --rm -it -p 8080:8080 saml-idp` - To run image named saml-idp

## Contributors

Expand Down

0 comments on commit 08faeb3

Please sign in to comment.