Make compile actually work
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user