diff --git a/entrypoint.sh b/entrypoint.sh index bccc570..0cc27ff 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,9 +29,6 @@ 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. echo "Starting Medusa server..." exec npm start