mirror of
https://github.com/johndoe6345789/goodpackagerepo.git
synced 2026-04-24 13:54:59 +00:00
Fix: Add missing Python modules to Docker image
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
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