G-EIP-700-TLS-7-1-eip-steph.../pitch/build.sh

5 lines
74 B
Bash
Raw Normal View History

2024-12-06 13:18:13 +00:00
#!/bin/bash -e
docker build . -t tex
docker run --rm -v .:/app/ tex "$@"