Authored by jimi.ji

Update docker.sh

#!/bin/bash
wordir=$2
wordir=$1
cd $wordir
rm -rf yoho-yohobuy-apm.tar.gz
yarn
... ...