Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
* Update Shib SP base image
* Update CentOS7 repos and test infrastructure
* Replace CentOS7 sample app image with official PHP image
* Replace ldap,shib idp with simplesamlphp idp
* Replace testing image and add selenium standalone image
* Test should run in headless mode
* Streamline test/release/clean
* Update Quickstart
2 contributors

Users who have contributed to this file

@dshafer @dmartinez
4 lines (4 sloc) 105 Bytes
FROM php:8
COPY index.php /usr/src/test-app/
WORKDIR /usr/src/test-app
CMD [ "php", "-S", "0.0.0.0:80" ]