Fix medication scheduling bugs and add delete dose feature

This commit is contained in:
Gemini Agent
2026-01-25 02:13:51 +00:00
parent f598f6138e
commit 7fa95c058e
3 changed files with 69 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
# Install OpenSSL and CA certificates for Prisma
RUN apt-get update && apt-get install -y openssl ca-certificates && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y openssl ca-certificates wget && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/public ./public
COPY --from=builder /app/prisma ./prisma