MythEclipse
4e7be14efe
migrate Dockerfile from Debian bookworm to NixOS base
...
Switch from node:22-bookworm-slim to nixos/nix:latest and install dependencies via Nix profile.
2026-06-01 12:12:37 +07:00
MythEclipse
a7b3692982
feat(docker): update Docker configuration and add build workflow
2026-06-01 10:53:20 +07:00
MythEclipse
f386e6deba
chore: remove Dockerfile as part of project restructuring
2026-05-31 18:25:33 +07:00
Asep Haryana Saputra
41197fd2c2
feat(build): optimize Dockerfile to build vendor packages during image build and streamline package.json scripts
2026-05-21 12:27:07 +00:00
MythEclipse and Claude Opus 4.7
31e8de3185
fix: add missing discord-video-stream package.json to Docker build context
...
The Dockerfile was only copying discord.js-selfbot-v13/package.json but not
discord-video-stream/package.json before running pnpm install. This caused
pnpm to fail with ERR_PNPM_WORKSPACE_PKG_NOT_FOUND since @dank074/discord-video-stream
is declared as a workspace dependency but its package.json wasn't available.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-19 17:49:14 +07:00
MythEclipse
2821b4cfae
fix: allow pnpm install to proceed without frozen lockfile in Dockerfile
2026-05-19 16:36:13 +07:00
MythEclipse
b789655ce9
fix: register new github public remote for selfbot submodule and update workflow to checkout recursively
2026-05-17 22:53:13 +07:00
MythEclipse
f35710db3f
feat: add Docker configuration and automated deployment workflows for VPS orchestration
2026-05-17 21:23:50 +07:00