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