mirror of
https://github.com/wahyd4/hey-search.git
synced 2026-08-08 21:05:14 +10:00
fix: add missing cached field to error fallback SearchResponse
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -24,10 +24,6 @@ COPY backend/ .
|
||||
# Copy frontend build output to static dir
|
||||
COPY --from=frontend-build /app/frontend/dist /app/static
|
||||
|
||||
# Redis is optional — set REDIS_URL to enable caching
|
||||
# e.g. docker run -e REDIS_URL=redis://redis:6379 ...
|
||||
ENV REDIS_URL=""
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["uv", "run", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user