auth modal
Build and Push Docker Image / build (push) Successful in 18s

This commit is contained in:
2026-05-27 09:07:23 -05:00
parent 2d4920bd15
commit 97be2d2908
2656 changed files with 497146 additions and 8 deletions
+7
View File
@@ -23,6 +23,13 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
ENV NODE_ENV=production
ENV PORT=3001
ENV DB_PATH=/data/cpas.db
# ── Bootstrap admin credentials ───────────────────────────────────────────────
# The admin account is created/synced from these on startup. OVERRIDE the
# password at deploy time, e.g.:
# docker run -e ADMIN_PASSWORD='your-strong-secret' ...
# Rotating ADMIN_PASSWORD here and restarting rotates the live admin credential.
ENV ADMIN_USERNAME=admin
ENV ADMIN_PASSWORD=changeme
WORKDIR /app
COPY --from=builder /build/node_modules ./node_modules
COPY --from=builder /build/client/dist ./client/dist