chore: remove Docker and containerization configuration files

The project no longer requires containerized deployment. Removing nixpacks.toml, Dockerfile, and docker-compose.yml simplifies the repository and aligns with a shift to a different hosting or deployment strategy.
This commit is contained in:
Jp
2026-01-31 00:26:49 +08:00
parent 0afd03feb0
commit cb2fe12c73
3 changed files with 0 additions and 59 deletions

View File

@@ -1,11 +0,0 @@
[phases.setup]
nixPkgs = ["nodejs", "python3", "gcc", "gnumake"]
[phases.install]
cmds = ["npm install"]
[phases.build]
cmds = ["mkdir -p data"]
[start]
cmd = "npm run seed && npm start"