Files
establo/backend/image/x86/build.sh
2024-08-13 16:46:44 -04:00

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