This commit is contained in:
2026-07-01 20:51:20 +05:00
parent 08a3bfcd4f
commit c7e2d264b6

View File

@@ -5,10 +5,9 @@ if [ -d /app/.git ]; then
cd /app
git pull
else
cd /app
cd /tmp
git clone "$GIT_REPO_URL" /tmp/app-tmp
cp -a /tmp/app-tmp/. /app/
rm -rf /tmp/app-tmp
fi
npm i
exec "$@"