This commit is contained in:
2024-08-13 16:46:44 -04:00
commit 8cb37c6011
418 changed files with 69567 additions and 0 deletions

14
backend/image/x86/build.sh Executable file
View File

@@ -0,0 +1,14 @@
cd /uda/gittea/frontend
./build.sh
cd /uda/gittea/backend/image/x86
mkdir build
cp -r ../../backend/* ./build/
docker build -t establo_x86 .
cd build
rm -rf *
cd ..
rmdir build