You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update .eslintrc.json to disable certain rules
- Add NEXTAUTH_SECRET and OPENAI_API_KEY environment variables to .env
- Modify package.json to disable lint during the build process
- Update .gitignore to ignore the /db directory
- Update README.md with instructions on how to run the app with Docker
These changes allow the application to be built and run within a Docker container, while maintaining data persistence using a mounted volume for the SQLite database.
0 commit comments