fix: register new github public remote for selfbot submodule and update workflow to checkout recursively

This commit is contained in:
MythEclipse
2026-05-17 22:53:13 +07:00
parent 079c6c3399
commit b789655ce9
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ WORKDIR /app
# Install dependencies first for better caching
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml* ./
COPY vendor/discord.js-selfbot-v13/package.json ./vendor/discord.js-selfbot-v13/package.json
RUN pnpm install --frozen-lockfile
# Copy the rest of the application