From 995a83a2380064e2df9b2ec4715ed117ee502b69 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 9 Apr 2025 21:18:01 +1000 Subject: [PATCH] script fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 34cf715..4a2d435 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ if [ ! -d "$PROJECT_DIR" ]; then npx create-medusa-app@latest my-medusa-app \ --db-url "$DATABASE_URL" \ --no-browser \ - --directory-path "$PROJECT_DIR" \ + --directory-path "/app/" \ --with-nextjs-starter # Change into the project folder, install dependencies and build the app.