mirror of
https://github.com/johndoe6345789/goodpackagerepo.git
synced 2026-04-24 13:54:59 +00:00
Merge pull request #9 from johndoe6345789/copilot/fix-import-error-auth-sqlalchemy
Fix missing Python modules in Docker backend image
This commit is contained in:
@@ -7,7 +7,7 @@ COPY backend/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy application files
|
||||
COPY backend/app.py backend/auth.py backend/config_db.py ./
|
||||
COPY backend/app.py backend/auth.py backend/config_db.py backend/auth_sqlalchemy.py backend/config_db_sqlalchemy.py backend/models.py backend/rocksdb_store.py ./
|
||||
|
||||
# Copy schema from parent directory
|
||||
COPY schema.json /app/schema.json
|
||||
|
||||
Reference in New Issue
Block a user