Fix DB issues
This commit is contained in:
@@ -19,6 +19,10 @@ COPY shared/ /app/shared/
|
||||
# Copy application code
|
||||
COPY services/inventory/app/ /app/app/
|
||||
|
||||
# Copy migrations and alembic config
|
||||
COPY services/inventory/migrations/ /app/migrations/
|
||||
COPY services/inventory/alembic.ini /app/alembic.ini
|
||||
|
||||
# Copy scripts directory
|
||||
COPY scripts/ /app/scripts/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user