Add patient management, deployment scripts, and Docker fixes

This commit is contained in:
2026-01-30 01:51:33 -08:00
parent 745f9f827f
commit d28d2f20c6
33 changed files with 7496 additions and 284 deletions

View File

@@ -16,8 +16,9 @@ RUN npm ci
# Copy source code
COPY . .
# Build the app (uses relative API URLs)
# Build the app (uses relative API URLs for all API calls)
ENV VITE_API_URL=""
ENV VITE_API_BASE=""
RUN npm run build
# Stage 2: Serve with nginx