Skip to content

Conversation

@okon-emma
Copy link
Contributor

The docker-entrypoint.sh script was trying to execute initRootAdmin.js from the root directory, but the file is actually located in the scripts/ directory.

Solution

Updated docker-entrypoint.sh to use the correct path:

  • Before: node initRootAdmin.js
  • After: node scripts/initRootAdmin.js

@okon-emma okon-emma added the bug Something isn't working label Jul 28, 2025
@okon-emma okon-emma merged commit 43185c6 into main Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants