mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
Add Railway/Nixpacks build config (requirements.txt, nixpacks.toml, runtime.txt)
Pure-stdlib repo had no language signal, so Nixpacks failed to build an image. requirements.txt (empty) triggers Python detection; nixpacks.toml pins python311 and sets the start command to the webhook receiver.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Explicit build config for Railway/Nixpacks (pure-stdlib Python service)
|
||||
[phases.setup]
|
||||
nixPkgs = ["python311"]
|
||||
|
||||
[start]
|
||||
cmd = "python3 webhook_receiver.py"
|
||||
@@ -0,0 +1,2 @@
|
||||
# Winning Wallet Finder — no third-party deps, Python 3 stdlib only.
|
||||
# This file exists so Railway/Nixpacks detects a Python app.
|
||||
@@ -0,0 +1 @@
|
||||
3.11
|
||||
Reference in New Issue
Block a user