Add fonts directory to Dockerfile and replace version card bounce with blue glow effect

This commit is contained in:
Ryderjj89
2025-09-29 17:52:29 -04:00
parent f68d11fcf5
commit 208b7265c5
2 changed files with 6 additions and 5 deletions

View File

@@ -29,8 +29,9 @@ WORKDIR /app
COPY backend ./backend
COPY --from=backend /app/backend/node_modules ./backend/node_modules
# Copy logos folder for frontend
# Copy logos and fonts folders for frontend
COPY frontend/logos ./frontend/logos
COPY frontend/fonts ./frontend/fonts
# Copy built frontend
COPY --from=frontend-build /app/frontend/build ./frontend/build