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