feat: save registered accounts to postgres
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt pyproject.toml README.md ./
|
||||
COPY main.py run.py support.py ./
|
||||
COPY main.py run.py support.py account_store.py ./
|
||||
COPY openai_pool_orchestrator ./openai_pool_orchestrator
|
||||
COPY config ./config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user