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:
jaxperro
2026-06-13 17:01:43 -04:00
parent bc09a8231f
commit 41f422ab17
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -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.