An open API service indexing awesome lists of open source software.

https://github.com/gotenberg/integration-tools

Docker image providing integration testing tools for Gotenberg.
https://github.com/gotenberg/integration-tools

Last synced: 11 months ago
JSON representation

Docker image providing integration testing tools for Gotenberg.

Awesome Lists containing this project

README

          

# Integration Tools

> [!NOTE]
> This image provides integration testing tools for Gotenberg.

## Build from Source

To compile the project from source, run:

```bash
make build
```

If you need to update the VeraPDF version, first edit the version number in the `.env` file, then execute:

```bash
make download-verapdf build
```