Explorar o código

Removing UI build from script to avoid issues w/ root building, need to find a good way around this

Kirk Trombley %!s(int64=5) %!d(string=hai) anos
pai
achega
891c30603c
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      run-docker.sh

+ 0 - 4
run-docker.sh

@@ -64,10 +64,6 @@ case $1 in
     ;;
     "r"|"run")
         clean_container
-        echo "Building UI"
-        pushd ui
-        yarn build
-        popd
         echo "Building GeoGuessr Self Host image as ggsh:latest"
         docker build -t ggsh:latest .
         echo "Executing new container $CONTAINER_NAME using ggsh:latest"