Prechádzať zdrojové kódy

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

Kirk Trombley 5 rokov pred
rodič
commit
891c30603c
1 zmenil súbory, kde vykonal 0 pridanie a 4 odobranie
  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"