Authored by jimi.ji

Update docker.sh

@@ -30,7 +30,7 @@ then @@ -30,7 +30,7 @@ then
30 rm -rf public/dist 30 rm -rf public/dist
31 fi 31 fi
32 32
33 -if [[ $1 == "TEST1" ]] || [[ $1 == "TEST2" ]] || [[ $1 == "TEST3" ]] 33 +if [[ $1 == "test1" ]] || [[ $1 == "test2" ]] || [[ $1 == "test3" ]]
34 then 34 then
35 yarn build 35 yarn build
36 fi 36 fi