15 lines
181 B
Bash
Executable File
15 lines
181 B
Bash
Executable File
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
|