From 838eb0e34ac9ad310db961648758254a70b71724 Mon Sep 17 00:00:00 2001 From: JayabharathiPalanisamy <135944303+JayabharathiPalanisamy@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:42:18 +0530 Subject: [PATCH] Update page.mdx (#8366) changed custom start command --- .../app/deployment/medusa-application/railway/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/deployment/medusa-application/railway/page.mdx b/www/apps/resources/app/deployment/medusa-application/railway/page.mdx index 32573db437..cb5ecc3b26 100644 --- a/www/apps/resources/app/deployment/medusa-application/railway/page.mdx +++ b/www/apps/resources/app/deployment/medusa-application/railway/page.mdx @@ -264,7 +264,7 @@ To set the `start` command of your Medusa application in server mode: 4. For the “Custom Start Command” field, enter the following and click the check mark button: ```bash npm2yarn -npm run redeploy && npm run start +npm run predeploy && npm run start ``` ### Deploy Changes