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..."