Authored by jimi.ji

Update docker.sh

... ... @@ -5,8 +5,6 @@ cd $wordir
yarn --production=false
if [ "$needBuild" == "YES" ];then
yarn build
else
echo "you had enter unexpected word"
fi
yarn build:node --build=$needBuild
node-prune ./dist/node/node_modules
\ No newline at end of file
/usr/local/bin/node-prune ./dist/node/node_modules
\ No newline at end of file
... ...