https://github.com/hubgit/saxon-test-minimal
https://github.com/hubgit/saxon-test-minimal
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hubgit/saxon-test-minimal
- Owner: hubgit
- Created: 2020-01-09T21:37:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T21:37:28.000Z (about 6 years ago)
- Last Synced: 2025-10-09T01:25:35.522Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Run `docker build . -t saxon-test` to build the Docker image.
2. Run `docker run --rm saxon-test php /var/www/html/index.php` to execute the transformation via CLI (which succeeds).
3. Run `docker run --rm --publish 8080:80 saxon-test` to start the Apache web server and serve the transformation at http://127.0.0.1:8080/