G-EIP-700-TLS-7-1-eip-steph.../pitch/build.sh
2024-12-20 09:34:06 +00:00

5 lines
74 B
Bash
Executable File

#!/bin/bash -e
docker build . -t tex
docker run --rm -v .:/app/ tex "$@"