More adjustments.
Some checks failed
CI/CD Pipeline / Backend Tests (Python) (push) Failing after 18m27s
CI/CD Pipeline / Frontend Tests (TypeScript/Vue) (push) Failing after 18m22s
CI/CD Pipeline / Integration Tests (push) Has been skipped

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-21 00:19:59 -04:00
parent c929ecd3b4
commit 0961001998
3 changed files with 70 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# Backend Dockerfile for FastAPI with Python 3.13
FROM python:3.13-slim
# Backend Dockerfile for FastAPI with Python 3.12
FROM python:3.12-slim
# Set working directory
WORKDIR /app