Updating navigation and logged in checks.

This commit is contained in:
Brian McGonagill 2026-03-19 13:59:30 -05:00
parent 9acde36f50
commit 59e15cfde8
11 changed files with 316 additions and 43 deletions

View file

@ -14,4 +14,4 @@ COPY . .
EXPOSE 3001
CMD ["sh", "-c", "npx prisma db push && npm run dev"]
CMD ["sh", "-c", "npx prisma db push --accept-data-loss && npm run dev"]