From f9e79eb6d67653a272f22cde79eb6ad4fe5cc5cf Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Fri, 19 Sep 2025 08:35:37 -0500 Subject: [PATCH] fix: move railway.json to root, explicitly configure with Dockerfile --- pacman-server/railway.json => railway.json | 3 +++ 1 file changed, 3 insertions(+) rename pacman-server/railway.json => railway.json (74%) diff --git a/pacman-server/railway.json b/railway.json similarity index 74% rename from pacman-server/railway.json rename to railway.json index 9f844bc..a0948c3 100644 --- a/pacman-server/railway.json +++ b/railway.json @@ -5,5 +5,8 @@ "healthcheckPath": "/health", "healthcheckTimeout": 90, "restartPolicyMaxRetries": 3 + }, + "build": { + "dockerfilePath": "/pacman-server/Dockerfile" } }