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.