latex/script.bat

19 lines
545 B
Batchfile
Raw Normal View History

docker build -t icaotix/latex:infraonly -f Dockerfile.infraonly .
docker build -t icaotix/latex:minimal -f Dockerfile.minimal .
docker build -t icaotix/latex:basic -f Dockerfile.basic .
docker build -t icaotix/latex:small -f Dockerfile.small .
docker build -t icaotix/latex:context -f Dockerfile.context .
docker build -t icaotix/latex:gust -f Dockerfile.gust .
docker build -t icaotix/latex:medium -f Dockerfile.medium .
docker build -t icaotix/latex:tetex -f Dockerfile.tetex .
docker build -t icaotix/latex:full -f Dockerfile.full .