latex/script.bat
Marcel Schwarz f6aab49533 Change build to build schemes incrementally
Move Dockerfiles from ctan up one folder
2020-03-28 02:15:43 +01:00

19 lines
545 B
Batchfile

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 .