12 lines
298 B
Bash
Executable File
12 lines
298 B
Bash
Executable File
cp ./entrypoint.sh default
|
|
cd default
|
|
./build-image.sh git.janishutz.com/registry/latex-build
|
|
cd ..
|
|
mv ./default/entrypoint.sh ./full/
|
|
cd full
|
|
./build-image.sh git.janishutz.com/registry/latex-build-full
|
|
cd ..
|
|
rm ./full/entrypoint.sh
|
|
cd fmt
|
|
./build-image.sh git.janishutz.com/registry/latex-format
|