Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 407 Bytes

PDF compressor in Golang

Build Docker compose

docker-compose up -d --build

Stop Docker Compose

docker-compose down      

Deloy to Docker hub

docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t thebinij/pdf-compressor:latest --push .

DockerHUB Link

Docker Hub Repository