NEW
This commit is contained in:
14
backend/image/x86/build.sh
Executable file
14
backend/image/x86/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user