The README's Docker Deployment section instructs users to run 'cp .env.example .env' however no .env.example file exists in the repository. This causes the copy command to fail on first setup.
Suggested fix: Add a .env.example file with placeholder values for all required environment variables documented in the README.
The README's Docker Deployment section instructs users to run 'cp .env.example .env' however no .env.example file exists in the repository. This causes the copy command to fail on first setup.
Suggested fix: Add a .env.example file with placeholder values for all required environment variables documented in the README.