touch /bin/pip
chmod +x /bin/pip

apk update
apk add git

yarn install

yarn build

cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/

yarn cache clean

rm -rf node_modules

rm -rf .next/cache/webpack