Run tepi from a container. https://tepi.deno.dev/
6.6K
docker run -it --rm -v $(pwd):/app/http jupegarnica/tepi
use it with args:
docker run -it --rm -v $(pwd):/app/http jupegarnica/tepi **/*.http --fail-fast
To clarify, the working directory is /app/http, and is meant to bind a volume with the .http files.
The entrypoint is the executable tepi and the default command is **/*.http
Content type
Image
Digest
sha256:b634a77a0…
Size
59.1 MB
Last updated
over 1 year ago
docker pull jupegarnica/tepi