Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 516 Bytes

This project contains a Dockerfile to build a Docker image to test and develop for mod_authnz_jwt on Apache 2.

Use the commands below to build the image and enter into interactive mode and run tests

git clone [email protected]:brycehemme/mod_authnz_jwt_docker.git
cd mod_authnz_jwt_docker

# build the image
docker build -t mod_authnz_jwt .

# run in interactive mode
docker run -it mod_authnz_jwt

# run tests
cd mod_authnz_jwt/tests
./debian_tests.sh