Skip to content

PantelisK/dummy_pdf

Repository files navigation

dummy-pdf-or-png

Pseudorandomly returns either a pdf or png file.

Responds to GET requests on "/" port 3000.

Dockerfile multi-stage takes care of building, so to get started you run the following commands in this directory, assuming you have Docker installed.

make build run 
# Optionally
docker build -t dummy-pdf-or-png .
docker run --rm -it -p 3000:3000 dummy-pdf-or-png

On purpose, the service will sometimes deliver a corrupt pdf file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published