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:
@@ -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"
|
||||
Reference in New Issue
Block a user