WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.49k stars 325 forks source link

本地运行的一些问题 #174

Open gaye746560359 opened 1 year ago

gaye746560359 commented 1 year ago

服务端: 1.本地运行python manage.py migrate,数据库生成了表,但是没有生成admin初始账号 2.docker build -t image-name:latest .打包生成只有一个镜像,看Dockerfile应该是有两个镜像才对

kaelmeepo commented 8 months ago

admin 账号是通过 entrypoint.sh 里面的 python manage.py createsuperuser 创建的