From a5a3fe8d25e6c25cc1c096b6396197007803850e Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 9 Apr 2025 21:22:02 +1000 Subject: [PATCH] script update --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 4a2d435..547d59c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,6 +29,9 @@ fi # Change directory to the Medusa project folder. cd "$PROJECT_DIR" +# List the contents of the project directory to verify installation. +ls -la + # Finally, start the Medusa server in development/production mode as desired. # For example, here we run the development server: echo "Starting Medusa server..."