This commit is contained in:
2026-07-01 16:55:51 +05:00
parent 2f85d0dd51
commit 08a3bfcd4f

View File

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